@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentParameterInput extends Object implements Serializable, Cloneable, StructuredPojo
The shape containing the requested deployment parameter name and secretString.
Constructor and Description |
---|
DeploymentParameterInput() |
Modifier and Type | Method and Description |
---|---|
DeploymentParameterInput |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The desired name of the deployment parameter.
|
String |
getSecretString()
The text to encrypt and store in the secret.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The desired name of the deployment parameter.
|
void |
setSecretString(String secretString)
The text to encrypt and store in the secret.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentParameterInput |
withName(String name)
The desired name of the deployment parameter.
|
DeploymentParameterInput |
withSecretString(String secretString)
The text to encrypt and store in the secret.
|
public void setName(String name)
The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
name
- The desired name of the deployment parameter. This is the identifier on which deployment parameters are
keyed for a given buyer and product. If this name matches an existing deployment parameter, this request
will update the existing resource.public String getName()
The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
public DeploymentParameterInput withName(String name)
The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
name
- The desired name of the deployment parameter. This is the identifier on which deployment parameters are
keyed for a given buyer and product. If this name matches an existing deployment parameter, this request
will update the existing resource.public void setSecretString(String secretString)
The text to encrypt and store in the secret.
secretString
- The text to encrypt and store in the secret.public String getSecretString()
The text to encrypt and store in the secret.
public DeploymentParameterInput withSecretString(String secretString)
The text to encrypt and store in the secret.
secretString
- The text to encrypt and store in the secret.public String toString()
toString
in class Object
Object.toString()
public DeploymentParameterInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.