@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DisassociateProfilesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DisassociateProfilesRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getProfileArns()
 The list of profile ARNs to disassociate from the workload. 
 | 
String | 
getWorkloadId()  | 
int | 
hashCode()  | 
void | 
setProfileArns(Collection<String> profileArns)
 The list of profile ARNs to disassociate from the workload. 
 | 
void | 
setWorkloadId(String workloadId)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
DisassociateProfilesRequest | 
withProfileArns(Collection<String> profileArns)
 The list of profile ARNs to disassociate from the workload. 
 | 
DisassociateProfilesRequest | 
withProfileArns(String... profileArns)
 The list of profile ARNs to disassociate from the workload. 
 | 
DisassociateProfilesRequest | 
withWorkloadId(String workloadId)  | 
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 setWorkloadId(String workloadId)
workloadId - public String getWorkloadId()
public DisassociateProfilesRequest withWorkloadId(String workloadId)
workloadId - public List<String> getProfileArns()
The list of profile ARNs to disassociate from the workload.
public void setProfileArns(Collection<String> profileArns)
The list of profile ARNs to disassociate from the workload.
profileArns - The list of profile ARNs to disassociate from the workload.public DisassociateProfilesRequest withProfileArns(String... profileArns)
The list of profile ARNs to disassociate from the workload.
 NOTE: This method appends the values to the existing list (if any). Use
 setProfileArns(java.util.Collection) or withProfileArns(java.util.Collection) if you want to
 override the existing values.
 
profileArns - The list of profile ARNs to disassociate from the workload.public DisassociateProfilesRequest withProfileArns(Collection<String> profileArns)
The list of profile ARNs to disassociate from the workload.
profileArns - The list of profile ARNs to disassociate from the workload.public String toString()
toString in class ObjectObject.toString()public DisassociateProfilesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()