@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateDelegateToResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateDelegateToResourceRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateDelegateToResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityId()
The member (user or group) to associate to the resource.
|
String |
getOrganizationId()
The organization under which the resource exists.
|
String |
getResourceId()
The resource for which members (users or groups) are associated.
|
int |
hashCode() |
void |
setEntityId(String entityId)
The member (user or group) to associate to the resource.
|
void |
setOrganizationId(String organizationId)
The organization under which the resource exists.
|
void |
setResourceId(String resourceId)
The resource for which members (users or groups) are associated.
|
String |
toString()
Returns a string representation of this object.
|
AssociateDelegateToResourceRequest |
withEntityId(String entityId)
The member (user or group) to associate to the resource.
|
AssociateDelegateToResourceRequest |
withOrganizationId(String organizationId)
The organization under which the resource exists.
|
AssociateDelegateToResourceRequest |
withResourceId(String resourceId)
The resource for which members (users or groups) are associated.
|
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, withSdkRequestTimeout
public void setOrganizationId(String organizationId)
The organization under which the resource exists.
organizationId
- The organization under which the resource exists.public String getOrganizationId()
The organization under which the resource exists.
public AssociateDelegateToResourceRequest withOrganizationId(String organizationId)
The organization under which the resource exists.
organizationId
- The organization under which the resource exists.public void setResourceId(String resourceId)
The resource for which members (users or groups) are associated.
resourceId
- The resource for which members (users or groups) are associated.public String getResourceId()
The resource for which members (users or groups) are associated.
public AssociateDelegateToResourceRequest withResourceId(String resourceId)
The resource for which members (users or groups) are associated.
resourceId
- The resource for which members (users or groups) are associated.public void setEntityId(String entityId)
The member (user or group) to associate to the resource.
entityId
- The member (user or group) to associate to the resource.public String getEntityId()
The member (user or group) to associate to the resource.
public AssociateDelegateToResourceRequest withEntityId(String entityId)
The member (user or group) to associate to the resource.
entityId
- The member (user or group) to associate to the resource.public String toString()
toString
in class Object
Object.toString()
public AssociateDelegateToResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()