@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceStatus extends Object implements Serializable, Cloneable, StructuredPojo
A structure that identifies the current group membership status for a resource. Adding a resource to a resource group
is performed asynchronously as a background task. A PENDING status indicates, for this resource, that
the process isn't completed yet.
| Constructor and Description |
|---|
ResourceStatus() |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The current status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The current status.
|
String |
toString()
Returns a string representation of this object.
|
ResourceStatus |
withName(ResourceStatusValue name)
The current status.
|
ResourceStatus |
withName(String name)
The current status.
|
public void setName(String name)
The current status.
name - The current status.ResourceStatusValuepublic String getName()
The current status.
ResourceStatusValuepublic ResourceStatus withName(String name)
The current status.
name - The current status.ResourceStatusValuepublic ResourceStatus withName(ResourceStatusValue name)
The current status.
name - The current status.ResourceStatusValuepublic String toString()
toString in class ObjectObject.toString()public ResourceStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.