@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfigurationStatus extends Object implements Serializable, Cloneable, StructuredPojo
Represents the status of a logging configuration.
Constructor and Description |
---|
LoggingConfigurationStatus() |
Modifier and Type | Method and Description |
---|---|
LoggingConfigurationStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatusCode()
Status code of the logging configuration.
|
String |
getStatusReason()
The reason for failure if any.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatusCode(String statusCode)
Status code of the logging configuration.
|
void |
setStatusReason(String statusReason)
The reason for failure if any.
|
String |
toString()
Returns a string representation of this object.
|
LoggingConfigurationStatus |
withStatusCode(LoggingConfigurationStatusCode statusCode)
Status code of the logging configuration.
|
LoggingConfigurationStatus |
withStatusCode(String statusCode)
Status code of the logging configuration.
|
LoggingConfigurationStatus |
withStatusReason(String statusReason)
The reason for failure if any.
|
public void setStatusCode(String statusCode)
Status code of the logging configuration.
statusCode
- Status code of the logging configuration.LoggingConfigurationStatusCode
public String getStatusCode()
Status code of the logging configuration.
LoggingConfigurationStatusCode
public LoggingConfigurationStatus withStatusCode(String statusCode)
Status code of the logging configuration.
statusCode
- Status code of the logging configuration.LoggingConfigurationStatusCode
public LoggingConfigurationStatus withStatusCode(LoggingConfigurationStatusCode statusCode)
Status code of the logging configuration.
statusCode
- Status code of the logging configuration.LoggingConfigurationStatusCode
public void setStatusReason(String statusReason)
The reason for failure if any.
statusReason
- The reason for failure if any.public String getStatusReason()
The reason for failure if any.
public LoggingConfigurationStatus withStatusReason(String statusReason)
The reason for failure if any.
statusReason
- The reason for failure if any.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.