@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoggingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DescribeLoggingConfiguration operation.
| Constructor and Description |
|---|
DescribeLoggingConfigurationResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribeLoggingConfigurationResult |
clone () |
boolean |
equals (Object obj) |
LoggingConfigurationMetadata |
getLoggingConfiguration ()
A structure that displays the information about the logging configuration.
|
int |
hashCode () |
void |
setLoggingConfiguration (LoggingConfigurationMetadata loggingConfiguration)
A structure that displays the information about the logging configuration.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeLoggingConfigurationResult |
withLoggingConfiguration (LoggingConfigurationMetadata loggingConfiguration)
A structure that displays the information about the logging configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribeLoggingConfigurationResult()
public void setLoggingConfiguration(LoggingConfigurationMetadata loggingConfiguration)
A structure that displays the information about the logging configuration.
loggingConfiguration - A structure that displays the information about the logging configuration.public LoggingConfigurationMetadata getLoggingConfiguration()
A structure that displays the information about the logging configuration.
public DescribeLoggingConfigurationResult withLoggingConfiguration(LoggingConfigurationMetadata loggingConfiguration)
A structure that displays the information about the logging configuration.
loggingConfiguration - A structure that displays the information about the logging configuration.public String toString()
toString in class Object Object.toString() public DescribeLoggingConfigurationResult clone()