@Generated(value="software.amazon.awssdk:codegen") public final class DetachSecurityProfileRequest extends IotRequest implements ToCopyableBuilder<DetachSecurityProfileRequest.Builder,DetachSecurityProfileRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DetachSecurityProfileRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DetachSecurityProfileRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
securityProfileName()
The security profile that is detached.
|
String |
securityProfileTargetArn()
The ARN of the thing group from which the security profile is detached.
|
static Class<? extends DetachSecurityProfileRequest.Builder> |
serializableBuilderClass() |
DetachSecurityProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String securityProfileName()
The security profile that is detached.
public String securityProfileTargetArn()
The ARN of the thing group from which the security profile is detached.
public DetachSecurityProfileRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DetachSecurityProfileRequest.Builder,DetachSecurityProfileRequest>
toBuilder
in class IotRequest
public static DetachSecurityProfileRequest.Builder builder()
public static Class<? extends DetachSecurityProfileRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.