@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GroupResourcesResult() |
Modifier and Type | Method and Description |
---|---|
GroupResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedResource> |
getFailed()
A list of ARNs of any resources that this operation failed to add to the group.
|
List<PendingResource> |
getPending()
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
List<String> |
getSucceeded()
A list of ARNs of the resources that this operation successfully added to the group.
|
int |
hashCode() |
void |
setFailed(Collection<FailedResource> failed)
A list of ARNs of any resources that this operation failed to add to the group.
|
void |
setPending(Collection<PendingResource> pending)
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
void |
setSucceeded(Collection<String> succeeded)
A list of ARNs of the resources that this operation successfully added to the group.
|
String |
toString()
Returns a string representation of this object.
|
GroupResourcesResult |
withFailed(Collection<FailedResource> failed)
A list of ARNs of any resources that this operation failed to add to the group.
|
GroupResourcesResult |
withFailed(FailedResource... failed)
A list of ARNs of any resources that this operation failed to add to the group.
|
GroupResourcesResult |
withPending(Collection<PendingResource> pending)
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
GroupResourcesResult |
withPending(PendingResource... pending)
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
GroupResourcesResult |
withSucceeded(Collection<String> succeeded)
A list of ARNs of the resources that this operation successfully added to the group.
|
GroupResourcesResult |
withSucceeded(String... succeeded)
A list of ARNs of the resources that this operation successfully added to the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getSucceeded()
A list of ARNs of the resources that this operation successfully added to the group.
public void setSucceeded(Collection<String> succeeded)
A list of ARNs of the resources that this operation successfully added to the group.
succeeded
- A list of ARNs of the resources that this operation successfully added to the group.public GroupResourcesResult withSucceeded(String... succeeded)
A list of ARNs of the resources that this operation successfully added to the group.
NOTE: This method appends the values to the existing list (if any). Use
setSucceeded(java.util.Collection)
or withSucceeded(java.util.Collection)
if you want to
override the existing values.
succeeded
- A list of ARNs of the resources that this operation successfully added to the group.public GroupResourcesResult withSucceeded(Collection<String> succeeded)
A list of ARNs of the resources that this operation successfully added to the group.
succeeded
- A list of ARNs of the resources that this operation successfully added to the group.public List<FailedResource> getFailed()
A list of ARNs of any resources that this operation failed to add to the group.
public void setFailed(Collection<FailedResource> failed)
A list of ARNs of any resources that this operation failed to add to the group.
failed
- A list of ARNs of any resources that this operation failed to add to the group.public GroupResourcesResult withFailed(FailedResource... failed)
A list of ARNs of any resources that this operation failed to add to the group.
NOTE: This method appends the values to the existing list (if any). Use
setFailed(java.util.Collection)
or withFailed(java.util.Collection)
if you want to override the
existing values.
failed
- A list of ARNs of any resources that this operation failed to add to the group.public GroupResourcesResult withFailed(Collection<FailedResource> failed)
A list of ARNs of any resources that this operation failed to add to the group.
failed
- A list of ARNs of any resources that this operation failed to add to the group.public List<PendingResource> getPending()
A list of ARNs of any resources that this operation is still in the process adding to the group. These pending
additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the response
and the Status
field of each object in that array.
ListGroupResources
operation, and checking the Resources
array in the
response and the Status
field of each object in that array.public void setPending(Collection<PendingResource> pending)
A list of ARNs of any resources that this operation is still in the process adding to the group. These pending
additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the response
and the Status
field of each object in that array.
pending
- A list of ARNs of any resources that this operation is still in the process adding to the group. These
pending additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the
response and the Status
field of each object in that array.public GroupResourcesResult withPending(PendingResource... pending)
A list of ARNs of any resources that this operation is still in the process adding to the group. These pending
additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the response
and the Status
field of each object in that array.
NOTE: This method appends the values to the existing list (if any). Use
setPending(java.util.Collection)
or withPending(java.util.Collection)
if you want to override
the existing values.
pending
- A list of ARNs of any resources that this operation is still in the process adding to the group. These
pending additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the
response and the Status
field of each object in that array.public GroupResourcesResult withPending(Collection<PendingResource> pending)
A list of ARNs of any resources that this operation is still in the process adding to the group. These pending
additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the response
and the Status
field of each object in that array.
pending
- A list of ARNs of any resources that this operation is still in the process adding to the group. These
pending additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking the Resources
array in the
response and the Status
field of each object in that array.public String toString()
toString
in class Object
Object.toString()
public GroupResourcesResult clone()