@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningProperties extends Object implements Serializable, Cloneable, StructuredPojo
The provisioning properties of an environment blueprint.
| Constructor and Description |
|---|
ProvisioningProperties() |
| Modifier and Type | Method and Description |
|---|---|
ProvisioningProperties |
clone() |
boolean |
equals(Object obj) |
CloudFormationProperties |
getCloudFormation()
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudFormation(CloudFormationProperties cloudFormation)
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
|
String |
toString()
Returns a string representation of this object.
|
ProvisioningProperties |
withCloudFormation(CloudFormationProperties cloudFormation)
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
|
public void setCloudFormation(CloudFormationProperties cloudFormation)
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 CloudFormationProperties getCloudFormation()
The cloud formation properties included as part of the provisioning properties of an environment blueprint.
public ProvisioningProperties withCloudFormation(CloudFormationProperties cloudFormation)
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 String toString()
toString in class ObjectObject.toString()public ProvisioningProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.