@Generated(value="software.amazon.awssdk:codegen") public class ProvisioningArtifactProperties extends Object implements StructuredPojo, ToCopyableBuilder<ProvisioningArtifactProperties.Builder,ProvisioningArtifactProperties>
Provisioning artifact properties. For example request JSON, see CreateProvisioningArtifact.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisioningArtifactProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisioningArtifactProperties.Builder |
builder() |
String |
description()
The text description of the provisioning artifact properties.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,String> |
info()
Additional information about the provisioning artifact properties.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name assigned to the provisioning artifact properties.
|
static Class<? extends ProvisioningArtifactProperties.Builder> |
serializableBuilderClass() |
ProvisioningArtifactProperties.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
ProvisioningArtifactType |
type()
The type of the provisioning artifact properties.
|
String |
typeAsString()
The type of the provisioning artifact properties.
|
copypublic String name()
The name assigned to the provisioning artifact properties.
public String description()
The text description of the provisioning artifact properties.
public Map<String,String> info()
Additional information about the provisioning artifact properties. When using this element in a request, you must
specify LoadTemplateFromURL. For more information, see CreateProvisioningArtifact.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
LoadTemplateFromURL. For more information, see
CreateProvisioningArtifact.public ProvisioningArtifactType type()
The type of the provisioning artifact properties. The following provisioning artifact property types are used by AWS Marketplace products:
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
If the service returns an enum value that is not available in the current SDK version, type will return
ProvisioningArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
ProvisioningArtifactTypepublic String typeAsString()
The type of the provisioning artifact properties. The following provisioning artifact property types are used by AWS Marketplace products:
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
If the service returns an enum value that is not available in the current SDK version, type will return
ProvisioningArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
ProvisioningArtifactTypepublic ProvisioningArtifactProperties.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProvisioningArtifactProperties.Builder,ProvisioningArtifactProperties>public static ProvisioningArtifactProperties.Builder builder()
public static Class<? extends ProvisioningArtifactProperties.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.