@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDeploymentParameterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutDeploymentParameterResult() |
Modifier and Type | Method and Description |
---|---|
PutDeploymentParameterResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutDeploymentParameterResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
PutDeploymentParameterResult |
clone() |
boolean |
equals(Object obj) |
String |
getAgreementId()
The unique identifier of the agreement.
|
String |
getDeploymentParameterId()
The unique identifier of the deployment parameter.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
|
Map<String,String> |
getTags()
A map of key-value pairs, where each pair represents a tag saved to the resource.
|
int |
hashCode() |
void |
setAgreementId(String agreementId)
The unique identifier of the agreement.
|
void |
setDeploymentParameterId(String deploymentParameterId)
The unique identifier of the deployment parameter.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
|
void |
setTags(Map<String,String> tags)
A map of key-value pairs, where each pair represents a tag saved to the resource.
|
String |
toString()
Returns a string representation of this object.
|
PutDeploymentParameterResult |
withAgreementId(String agreementId)
The unique identifier of the agreement.
|
PutDeploymentParameterResult |
withDeploymentParameterId(String deploymentParameterId)
The unique identifier of the deployment parameter.
|
PutDeploymentParameterResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
|
PutDeploymentParameterResult |
withTags(Map<String,String> tags)
A map of key-value pairs, where each pair represents a tag saved to the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAgreementId(String agreementId)
The unique identifier of the agreement.
agreementId
- The unique identifier of the agreement.public String getAgreementId()
The unique identifier of the agreement.
public PutDeploymentParameterResult withAgreementId(String agreementId)
The unique identifier of the agreement.
agreementId
- The unique identifier of the agreement.public void setDeploymentParameterId(String deploymentParameterId)
The unique identifier of the deployment parameter.
deploymentParameterId
- The unique identifier of the deployment parameter.public String getDeploymentParameterId()
The unique identifier of the deployment parameter.
public PutDeploymentParameterResult withDeploymentParameterId(String deploymentParameterId)
The unique identifier of the deployment parameter.
deploymentParameterId
- The unique identifier of the deployment parameter.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
resourceArn
- The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or
update.public String getResourceArn()
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
public PutDeploymentParameterResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
resourceArn
- The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or
update.public Map<String,String> getTags()
A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.
public void setTags(Map<String,String> tags)
A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.
tags
- A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be
applied for create operations, and they'll be ignored if the resource already exists.public PutDeploymentParameterResult withTags(Map<String,String> tags)
A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.
tags
- A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be
applied for create operations, and they'll be ignored if the resource already exists.public PutDeploymentParameterResult addTagsEntry(String key, String value)
public PutDeploymentParameterResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public PutDeploymentParameterResult clone()