@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateDelegateFromResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateDelegateFromResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateDelegateFromResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityId()
The identifier for the member (user, group) to be removed from the resource's delegates.
|
String |
getOrganizationId()
The identifier for the organization under which the resource exists.
|
String |
getResourceId()
The identifier of the resource from which delegates' set members are removed.
|
int |
hashCode() |
void |
setEntityId(String entityId)
The identifier for the member (user, group) to be removed from the resource's delegates.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the resource exists.
|
void |
setResourceId(String resourceId)
The identifier of the resource from which delegates' set members are removed.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateDelegateFromResourceRequest |
withEntityId(String entityId)
The identifier for the member (user, group) to be removed from the resource's delegates.
|
DisassociateDelegateFromResourceRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the resource exists.
|
DisassociateDelegateFromResourceRequest |
withResourceId(String resourceId)
The identifier of the resource from which delegates' set members are removed.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DisassociateDelegateFromResourceRequest()
public void setOrganizationId(String organizationId)
The identifier for the organization under which the resource exists.
organizationId - The identifier for the organization under which the resource exists.public String getOrganizationId()
The identifier for the organization under which the resource exists.
public DisassociateDelegateFromResourceRequest withOrganizationId(String organizationId)
The identifier for the organization under which the resource exists.
organizationId - The identifier for the organization under which the resource exists.public void setResourceId(String resourceId)
The identifier of the resource from which delegates' set members are removed.
resourceId - The identifier of the resource from which delegates' set members are removed.public String getResourceId()
The identifier of the resource from which delegates' set members are removed.
public DisassociateDelegateFromResourceRequest withResourceId(String resourceId)
The identifier of the resource from which delegates' set members are removed.
resourceId - The identifier of the resource from which delegates' set members are removed.public void setEntityId(String entityId)
The identifier for the member (user, group) to be removed from the resource's delegates.
entityId - The identifier for the member (user, group) to be removed from the resource's delegates.public String getEntityId()
The identifier for the member (user, group) to be removed from the resource's delegates.
public DisassociateDelegateFromResourceRequest withEntityId(String entityId)
The identifier for the member (user, group) to be removed from the resource's delegates.
entityId - The identifier for the member (user, group) to be removed from the resource's delegates.public String toString()
toString in class ObjectObject.toString()public DisassociateDelegateFromResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.