@Generated(value="software.amazon.awssdk:codegen") public final class ProvisioningProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisioningProperties.Builder,ProvisioningProperties>
The provisioning properties of an environment blueprint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisioningProperties.Builder |
static class |
ProvisioningProperties.Type |
| Modifier and Type | Method and Description |
|---|---|
static ProvisioningProperties.Builder |
builder() |
CloudFormationProperties |
cloudFormation()
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static ProvisioningProperties |
fromCloudFormation(CloudFormationProperties cloudFormation)
Create an instance of this class with
cloudFormation() initialized to the given value. |
static ProvisioningProperties |
fromCloudFormation(Consumer<CloudFormationProperties.Builder> cloudFormation)
Create an instance of this class with
cloudFormation() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisioningProperties.Builder> |
serializableBuilderClass() |
ProvisioningProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ProvisioningProperties.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudFormationProperties cloudFormation()
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
public ProvisioningProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisioningProperties.Builder,ProvisioningProperties>public static ProvisioningProperties.Builder builder()
public static Class<? extends ProvisioningProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static ProvisioningProperties fromCloudFormation(CloudFormationProperties cloudFormation)
cloudFormation() initialized to the given value.
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
cloudFormation - The cloud formation properties included as part of the provisioning properties of an environment
blueprint.public static ProvisioningProperties fromCloudFormation(Consumer<CloudFormationProperties.Builder> cloudFormation)
cloudFormation() initialized to the given value.
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
cloudFormation - The cloud formation properties included as part of the provisioning properties of an environment
blueprint.public ProvisioningProperties.Type type()
ProvisioningProperties.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be ProvisioningProperties.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.