@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningParameter extends Object implements Serializable, Cloneable, StructuredPojo
A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.
Constructor and Description |
---|
ProvisioningParameter() |
Modifier and Type | Method and Description |
---|---|
ProvisioningParameter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key that identifies a provisioning parameter.
|
String |
getValue()
The value of the provisioning parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The key that identifies a provisioning parameter.
|
void |
setValue(String value)
The value of the provisioning parameter.
|
String |
toString()
Returns a string representation of this object.
|
ProvisioningParameter |
withKey(String key)
The key that identifies a provisioning parameter.
|
ProvisioningParameter |
withValue(String value)
The value of the provisioning parameter.
|
public void setKey(String key)
The key that identifies a provisioning parameter.
key
- The key that identifies a provisioning parameter.public String getKey()
The key that identifies a provisioning parameter.
public ProvisioningParameter withKey(String key)
The key that identifies a provisioning parameter.
key
- The key that identifies a provisioning parameter.public void setValue(String value)
The value of the provisioning parameter.
value
- The value of the provisioning parameter.public String getValue()
The value of the provisioning parameter.
public ProvisioningParameter withValue(String value)
The value of the provisioning parameter.
value
- The value of the provisioning parameter.public String toString()
toString
in class Object
Object.toString()
public ProvisioningParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.