@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachSecurityProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetachSecurityProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetachSecurityProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSecurityProfileName()
The security profile that is detached.
|
String |
getSecurityProfileTargetArn()
The ARN of the thing group from which the security profile is detached.
|
int |
hashCode() |
void |
setSecurityProfileName(String securityProfileName)
The security profile that is detached.
|
void |
setSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the thing group from which the security profile is detached.
|
String |
toString()
Returns a string representation of this object.
|
DetachSecurityProfileRequest |
withSecurityProfileName(String securityProfileName)
The security profile that is detached.
|
DetachSecurityProfileRequest |
withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the thing group from which the security profile is detached.
|
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 setSecurityProfileName(String securityProfileName)
The security profile that is detached.
securityProfileName - The security profile that is detached.public String getSecurityProfileName()
The security profile that is detached.
public DetachSecurityProfileRequest withSecurityProfileName(String securityProfileName)
The security profile that is detached.
securityProfileName - The security profile that is detached.public void setSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the thing group from which the security profile is detached.
securityProfileTargetArn - The ARN of the thing group from which the security profile is detached.public String getSecurityProfileTargetArn()
The ARN of the thing group from which the security profile is detached.
public DetachSecurityProfileRequest withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the thing group from which the security profile is detached.
securityProfileTargetArn - The ARN of the thing group from which the security profile is detached.public String toString()
toString in class ObjectObject.toString()public DetachSecurityProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()