Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
@Generated("software.amazon.awssdk:codegen") public class DetachThingPrincipalRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
The input for the DetachThingPrincipal operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DetachThingPrincipalRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DetachThingPrincipalRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
principal() |
If the principal is a certificate, this value must be ARN of the certificate.
|
static Class<? extends DetachThingPrincipalRequest.Builder> |
serializableBuilderClass() |
|
String |
thingName() |
The name of the thing.
|
DetachThingPrincipalRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String thingName()
The name of the thing.
public String principal()
If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
public DetachThingPrincipalRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
public static DetachThingPrincipalRequest.Builder builder()
public static Class<? extends DetachThingPrincipalRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.