@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProfileId()
ID of the Profile.
|
String |
getResourceId()
The ID of the VPC.
|
int |
hashCode() |
void |
setProfileId(String profileId)
ID of the Profile.
|
void |
setResourceId(String resourceId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateProfileRequest |
withProfileId(String profileId)
ID of the Profile.
|
DisassociateProfileRequest |
withResourceId(String resourceId)
The ID of the VPC.
|
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 void setProfileId(String profileId)
ID of the Profile.
profileId - ID of the Profile.public String getProfileId()
ID of the Profile.
public DisassociateProfileRequest withProfileId(String profileId)
ID of the Profile.
profileId - ID of the Profile.public void setResourceId(String resourceId)
The ID of the VPC.
resourceId - The ID of the VPC.public String getResourceId()
The ID of the VPC.
public DisassociateProfileRequest withResourceId(String resourceId)
The ID of the VPC.
resourceId - The ID of the VPC.public String toString()
toString in class ObjectObject.toString()public DisassociateProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()