@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLoggingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetLoggingConfigurationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetLoggingConfigurationResult | clone() | 
| boolean | equals(Object obj) | 
| LoggingConfiguration | getLoggingConfiguration()
 The LoggingConfiguration for the specified web ACL. | 
| int | hashCode() | 
| void | setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
 The LoggingConfiguration for the specified web ACL. | 
| String | toString()Returns a string representation of this object. | 
| GetLoggingConfigurationResult | withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
 The LoggingConfiguration for the specified web ACL. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
loggingConfiguration - The LoggingConfiguration for the specified web ACL.public LoggingConfiguration getLoggingConfiguration()
The LoggingConfiguration for the specified web ACL.
public GetLoggingConfigurationResult withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
loggingConfiguration - The LoggingConfiguration for the specified web ACL.public String toString()
toString in class ObjectObject.toString()public GetLoggingConfigurationResult clone()