@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachSecurityProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachSecurityProfileRequest() |
Modifier and Type | Method and Description |
---|---|
AttachSecurityProfileRequest |
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 attached.
|
String |
getSecurityProfileTargetArn()
The ARN of the target (thing group) to which the security profile is attached.
|
int |
hashCode() |
void |
setSecurityProfileName(String securityProfileName)
The security profile that is attached.
|
void |
setSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) to which the security profile is attached.
|
String |
toString()
Returns a string representation of this object.
|
AttachSecurityProfileRequest |
withSecurityProfileName(String securityProfileName)
The security profile that is attached.
|
AttachSecurityProfileRequest |
withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) to which the security profile is attached.
|
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 setSecurityProfileName(String securityProfileName)
The security profile that is attached.
securityProfileName
- The security profile that is attached.public String getSecurityProfileName()
The security profile that is attached.
public AttachSecurityProfileRequest withSecurityProfileName(String securityProfileName)
The security profile that is attached.
securityProfileName
- The security profile that is attached.public void setSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) to which the security profile is attached.
securityProfileTargetArn
- The ARN of the target (thing group) to which the security profile is attached.public String getSecurityProfileTargetArn()
The ARN of the target (thing group) to which the security profile is attached.
public AttachSecurityProfileRequest withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) to which the security profile is attached.
securityProfileTargetArn
- The ARN of the target (thing group) to which the security profile is attached.public String toString()
toString
in class Object
Object.toString()
public AttachSecurityProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()