@Generated(value="software.amazon.awssdk:codegen") public final class ProvisioningArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
Information about a provisioning artifact. A provisioning artifact is also known as a product version.
Modifier and Type | Class and Description |
---|---|
static interface |
ProvisioningArtifact.Builder |
Modifier and Type | Method and Description |
---|---|
static ProvisioningArtifact.Builder |
builder() |
Instant |
createdTime()
The UTC time stamp of the creation time.
|
String |
description()
The description of the provisioning artifact.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the provisioning artifact.
|
String |
name()
The name of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisioningArtifact.Builder> |
serializableBuilderClass() |
ProvisioningArtifact.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The identifier of the provisioning artifact.
public String name()
The name of the provisioning artifact.
public String description()
The description of the provisioning artifact.
public Instant createdTime()
The UTC time stamp of the creation time.
public ProvisioningArtifact.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
public static ProvisioningArtifact.Builder builder()
public static Class<? extends ProvisioningArtifact.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.