@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProvisioningTemplateResponse extends IotResponse implements ToCopyableBuilder<DescribeProvisioningTemplateResponse.Builder,DescribeProvisioningTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProvisioningTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeProvisioningTemplateResponse.Builder |
builder() |
Instant |
creationDate()
The date when the fleet provisioning template was created.
|
Integer |
defaultVersionId()
The default fleet template version ID.
|
String |
description()
The description of the fleet provisioning template.
|
Boolean |
enabled()
True if the fleet provisioning template is enabled, otherwise false.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedDate()
The date when the fleet provisioning template was last modified.
|
String |
provisioningRoleArn()
The ARN of the role associated with the provisioning template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProvisioningTemplateResponse.Builder> |
serializableBuilderClass() |
String |
templateArn()
The ARN of the fleet provisioning template.
|
String |
templateBody()
The JSON formatted contents of the fleet provisioning template.
|
String |
templateName()
The name of the fleet provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String templateArn()
The ARN of the fleet provisioning template.
public String templateName()
The name of the fleet provisioning template.
public String description()
The description of the fleet provisioning template.
public Instant creationDate()
The date when the fleet provisioning template was created.
public Instant lastModifiedDate()
The date when the fleet provisioning template was last modified.
public Integer defaultVersionId()
The default fleet template version ID.
public String templateBody()
The JSON formatted contents of the fleet provisioning template.
public Boolean enabled()
True if the fleet provisioning template is enabled, otherwise false.
public String provisioningRoleArn()
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
public DescribeProvisioningTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProvisioningTemplateResponse.Builder,DescribeProvisioningTemplateResponse>toBuilder in class AwsResponsepublic static DescribeProvisioningTemplateResponse.Builder builder()
public static Class<? extends DescribeProvisioningTemplateResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.