@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfigurationStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the logging configuration.
Constructor and Description |
---|
LoggingConfigurationStatus() |
Modifier and Type | Method and Description |
---|---|
LoggingConfigurationStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatusCode()
The current status of the logging configuration.
|
String |
getStatusReason()
If failed, the reason for the failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatusCode(String statusCode)
The current status of the logging configuration.
|
void |
setStatusReason(String statusReason)
If failed, the reason for the failure.
|
String |
toString()
Returns a string representation of this object.
|
LoggingConfigurationStatus |
withStatusCode(LoggingConfigurationStatusCode statusCode)
The current status of the logging configuration.
|
LoggingConfigurationStatus |
withStatusCode(String statusCode)
The current status of the logging configuration.
|
LoggingConfigurationStatus |
withStatusReason(String statusReason)
If failed, the reason for the failure.
|
public void setStatusCode(String statusCode)
The current status of the logging configuration.
statusCode
- The current status of the logging configuration.LoggingConfigurationStatusCode
public String getStatusCode()
The current status of the logging configuration.
LoggingConfigurationStatusCode
public LoggingConfigurationStatus withStatusCode(String statusCode)
The current status of the logging configuration.
statusCode
- The current status of the logging configuration.LoggingConfigurationStatusCode
public LoggingConfigurationStatus withStatusCode(LoggingConfigurationStatusCode statusCode)
The current status of the logging configuration.
statusCode
- The current status of the logging configuration.LoggingConfigurationStatusCode
public void setStatusReason(String statusReason)
If failed, the reason for the failure.
statusReason
- If failed, the reason for the failure.public String getStatusReason()
If failed, the reason for the failure.
public LoggingConfigurationStatus withStatusReason(String statusReason)
If failed, the reason for the failure.
statusReason
- If failed, the reason for the failure.public String toString()
toString
in class Object
Object.toString()
public LoggingConfigurationStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.