Cloneable, ReadLimitInfo, ToCopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>@Generated("software.amazon.awssdk:codegen") public class AttachThingPrincipalRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>
The input for the AttachThingPrincipal operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
AttachThingPrincipalRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static AttachThingPrincipalRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
principal() |
The principal, such as a certificate or other credential.
|
static Class<? extends AttachThingPrincipalRequest.Builder> |
serializableBuilderClass() |
|
String |
thingName() |
The name of the thing.
|
AttachThingPrincipalRequest.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, withSdkClientExecutionTimeoutpublic String thingName()
The name of the thing.
public String principal()
The principal, such as a certificate or other credential.
public AttachThingPrincipalRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>public static AttachThingPrincipalRequest.Builder builder()
public static Class<? extends AttachThingPrincipalRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.