The DisableBucketLoggingRequest contains the parameters used for the DisableBucketLogging operation.
Required Parameters: BucketName
Namespace: Amazon.S3.ModelRequired Parameters: BucketName
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DisableBucketLoggingRequest : EnableBucketLoggingRequest
Public Class DisableBucketLoggingRequest _ Inherits EnableBucketLoggingRequest
public ref class DisableBucketLoggingRequest : public EnableBucketLoggingRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DisableBucketLoggingRequest()()()() | Initializes a new instance of the DisableBucketLoggingRequest class | |
| AddHeader(String, String) |
Adds the header to the collection of headers for the request.
(Inherited from S3Request.) | |
| AddHeaders(NameValueCollection) |
Adds all of the key/value pairs from collection into our request header.
(Inherited from S3Request.) | |
| BucketName |
Gets and sets the BucketName property.
(Inherited from EnableBucketLoggingRequest.) | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InputStream |
Gets and sets the InputStream property.
(Inherited from S3Request.) | |
| LoggingConfig |
Gets and sets the LoggingConfig property.
(Inherited from EnableBucketLoggingRequest.) | |
| ToString()()()() | (Inherited from S3Request.) | |
| WithBucketName(String) |
Sets the BucketName property for this request.
This is the S3 Bucket that you want to enable logging.
(Inherited from EnableBucketLoggingRequest.) | |
| WithInputStream(Stream) |
Sets the InputStream property.
(Inherited from S3Request.) | |
| WithLoggingConfig(S3BucketLoggingConfig) |
Sets the LoggingConfig property for this request.
This config declares all of the logging configuration properties.
(Inherited from EnableBucketLoggingRequest.) |
Inheritance Hierarchy
System..::..Object
Amazon.S3.Model..::..S3Request
Amazon.S3.Model..::..EnableBucketLoggingRequest
Amazon.S3.Model..::..DisableBucketLoggingRequest
Amazon.S3.Model..::..S3Request
Amazon.S3.Model..::..EnableBucketLoggingRequest
Amazon.S3.Model..::..DisableBucketLoggingRequest