@Generated(value="software.amazon.awssdk:codegen") public final class ProvisioningTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisioningTemplateSummary.Builder,ProvisioningTemplateSummary>
A summary of information about a fleet provisioning template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisioningTemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisioningTemplateSummary.Builder |
builder() |
Instant |
creationDate()
The date when the fleet provisioning template summary was created.
|
String |
description()
The description of the fleet provisioning template.
|
Boolean |
enabled()
True if the fleet provision 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 summary was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisioningTemplateSummary.Builder> |
serializableBuilderClass() |
String |
templateArn()
The ARN of the fleet provisioning template.
|
String |
templateName()
The name of the fleet provisioning template.
|
ProvisioningTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, 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 summary was created.
public Instant lastModifiedDate()
The date when the fleet provisioning template summary was last modified.
public Boolean enabled()
True if the fleet provision template is enabled, otherwise false.
public ProvisioningTemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisioningTemplateSummary.Builder,ProvisioningTemplateSummary>public static ProvisioningTemplateSummary.Builder builder()
public static Class<? extends ProvisioningTemplateSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.