@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingResource extends Object implements Serializable, Cloneable, StructuredPojo
A structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn't completed yet.
| Constructor and Description |
|---|
PendingResource() |
| Modifier and Type | Method and Description |
|---|---|
PendingResource |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The Amazon resource name (ARN) of the resource that's in a pending state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource that's in a pending state.
|
String |
toString()
Returns a string representation of this object.
|
PendingResource |
withResourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource that's in a pending state.
|
public void setResourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource that's in a pending state.
resourceArn - The Amazon resource name (ARN) of the resource that's in a pending state.public String getResourceArn()
The Amazon resource name (ARN) of the resource that's in a pending state.
public PendingResource withResourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource that's in a pending state.
resourceArn - The Amazon resource name (ARN) of the resource that's in a pending state.public String toString()
toString in class ObjectObject.toString()public PendingResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.