@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 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 provisioning template summary was created.
|
String |
description()
The description of the 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 provisioning template summary was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisioningTemplateSummary.Builder> |
serializableBuilderClass() |
String |
templateArn()
The ARN of the provisioning template.
|
String |
templateName()
The name of the provisioning template.
|
ProvisioningTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TemplateType |
type()
The type you define in a provisioning template.
|
String |
typeAsString()
The type you define in a provisioning template.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String templateArn()
The ARN of the provisioning template.
public final String templateName()
The name of the provisioning template.
public final String description()
The description of the provisioning template.
public final Instant creationDate()
The date when the provisioning template summary was created.
public final Instant lastModifiedDate()
The date when the provisioning template summary was last modified.
public final Boolean enabled()
True if the fleet provision template is enabled, otherwise false.
public final TemplateType type()
The type you define in a provisioning template. You can create a template with only one type. You can't change
the template type after its creation. The default value is FLEET_PROVISIONING
. For more information
about provisioning template, see: Provisioning template.
If the service returns an enum value that is not available in the current SDK version, type
will return
TemplateType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
FLEET_PROVISIONING
. For
more information about provisioning template, see: Provisioning
template.TemplateType
public final String typeAsString()
The type you define in a provisioning template. You can create a template with only one type. You can't change
the template type after its creation. The default value is FLEET_PROVISIONING
. For more information
about provisioning template, see: Provisioning template.
If the service returns an enum value that is not available in the current SDK version, type
will return
TemplateType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
FLEET_PROVISIONING
. For
more information about provisioning template, see: Provisioning
template.TemplateType
public ProvisioningTemplateSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ProvisioningTemplateSummary.Builder,ProvisioningTemplateSummary>
public static ProvisioningTemplateSummary.Builder builder()
public static Class<? extends ProvisioningTemplateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.