@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ProvisioningProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.