@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResourceShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateResourceShareResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateResourceShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency identifier associated with this request.
|
List<ResourceShareAssociation> |
getResourceShareAssociations()
An array of objects with information about the updated associations for this resource share.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency identifier associated with this request.
|
void |
setResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateResourceShareResult |
withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
DisassociateResourceShareResult |
withResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
DisassociateResourceShareResult |
withResourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceShareAssociation> getResourceShareAssociations()
An array of objects with information about the updated associations for this resource share.
public void setResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
resourceShareAssociations
- An array of objects with information about the updated associations for this resource share.public DisassociateResourceShareResult withResourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
NOTE: This method appends the values to the existing list (if any). Use
setResourceShareAssociations(java.util.Collection)
or
withResourceShareAssociations(java.util.Collection)
if you want to override the existing values.
resourceShareAssociations
- An array of objects with information about the updated associations for this resource share.public DisassociateResourceShareResult withResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
resourceShareAssociations
- An array of objects with information about the updated associations for this resource share.public void setClientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
- The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public String getClientToken()
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public DisassociateResourceShareResult withClientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
- The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public String toString()
toString
in class Object
Object.toString()
public DisassociateResourceShareResult clone()