@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLoggingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutLoggingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutLoggingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
LoggingConfiguration |
getLoggingConfiguration()
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details,
and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
int |
hashCode() |
void |
setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details,
and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
String |
toString()
Returns a string representation of this object.
|
PutLoggingConfigurationRequest |
withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details,
and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type
in RedactedFields
, you must use one of the following values:
URI
, QUERY_STRING
, HEADER
, or METHOD
.
loggingConfiguration
- The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields
details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type
in RedactedFields
, you must use one of the following
values: URI
, QUERY_STRING
, HEADER
, or METHOD
.
public LoggingConfiguration getLoggingConfiguration()
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type
in RedactedFields
, you must use one of the following values:
URI
, QUERY_STRING
, HEADER
, or METHOD
.
When specifying Type
in RedactedFields
, you must use one of the following
values: URI
, QUERY_STRING
, HEADER
, or METHOD
.
public PutLoggingConfigurationRequest withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type
in RedactedFields
, you must use one of the following values:
URI
, QUERY_STRING
, HEADER
, or METHOD
.
loggingConfiguration
- The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields
details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type
in RedactedFields
, you must use one of the following
values: URI
, QUERY_STRING
, HEADER
, or METHOD
.
public String toString()
toString
in class Object
Object.toString()
public PutLoggingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.