@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLoggingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a CreateLoggingConfiguration operation.
 
| Constructor and Description | 
|---|
CreateLoggingConfigurationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateLoggingConfigurationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
LoggingConfigurationStatus | 
getStatus()
 A structure that displays the current status of the logging configuration. 
 | 
int | 
hashCode()  | 
void | 
setStatus(LoggingConfigurationStatus status)
 A structure that displays the current status of the logging configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateLoggingConfigurationResult | 
withStatus(LoggingConfigurationStatus status)
 A structure that displays the current status of the logging configuration. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(LoggingConfigurationStatus status)
A structure that displays the current status of the logging configuration.
status - A structure that displays the current status of the logging configuration.public LoggingConfigurationStatus getStatus()
A structure that displays the current status of the logging configuration.
public CreateLoggingConfigurationResult withStatus(LoggingConfigurationStatus status)
A structure that displays the current status of the logging configuration.
status - A structure that displays the current status of the logging configuration.public String toString()
toString in class ObjectObject.toString()public CreateLoggingConfigurationResult clone()