@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, withSdkRequestTimeoutpublic 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.
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.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.
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.
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.public String toString()
toString in class ObjectObject.toString()public PutLoggingConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.