Class ProvisioningTemplateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.ProvisioningTemplateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProvisioningTemplateSummary.Builder,ProvisioningTemplateSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProvisioningTemplateSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProvisioningTemplateSummary.Builderbuilder()InstantcreationDate()The date when the provisioning template summary was created.Stringdescription()The description of the provisioning template.Booleanenabled()True if the fleet provision template is enabled, otherwise false.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedDate()The date when the provisioning template summary was last modified.List<SdkField<?>>sdkFields()static Class<? extends ProvisioningTemplateSummary.Builder>serializableBuilderClass()StringtemplateArn()The ARN of the provisioning template.StringtemplateName()The name of the provisioning template.ProvisioningTemplateSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.TemplateTypetype()The type you define in a provisioning template.StringtypeAsString()The type you define in a provisioning template.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
templateArn
public final String templateArn()
The ARN of the provisioning template.
- Returns:
- The ARN of the provisioning template.
-
templateName
public final String templateName()
The name of the provisioning template.
- Returns:
- The name of the provisioning template.
-
description
public final String description()
The description of the provisioning template.
- Returns:
- The description of the provisioning template.
-
creationDate
public final Instant creationDate()
The date when the provisioning template summary was created.
- Returns:
- The date when the provisioning template summary was created.
-
lastModifiedDate
public final Instant lastModifiedDate()
The date when the provisioning template summary was last modified.
- Returns:
- The date when the provisioning template summary was last modified.
-
enabled
public final Boolean enabled()
True if the fleet provision template is enabled, otherwise false.
- Returns:
- True if the fleet provision template is enabled, otherwise false.
-
type
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,
typewill returnTemplateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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. - See Also:
TemplateType
-
typeAsString
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,
typewill returnTemplateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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. - See Also:
TemplateType
-
toBuilder
public ProvisioningTemplateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProvisioningTemplateSummary.Builder,ProvisioningTemplateSummary>
-
builder
public static ProvisioningTemplateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProvisioningTemplateSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-