@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 delivery streams 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 delivery streams 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; useful for testing and debugging.
|
PutLoggingConfigurationRequest |
withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose delivery streams 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 delivery streams 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 delivery streams 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 delivery streams 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 delivery streams 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 delivery streams 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 Object
Object.toString()
public PutLoggingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.