@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTagsFromVaultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input value for RemoveTagsFromVaultInput
.
NOOP
Constructor and Description |
---|
RemoveTagsFromVaultRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromVaultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The
AccountId value is the AWS account ID of the account that owns the vault. |
List<String> |
getTagKeys()
A list of tag keys.
|
String |
getVaultName()
The name of the vault.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
void |
setVaultName(String vaultName)
The name of the vault.
|
String |
toString()
Returns a string representation of this object.
|
RemoveTagsFromVaultRequest |
withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
RemoveTagsFromVaultRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
RemoveTagsFromVaultRequest |
withTagKeys(String... tagKeys)
A list of tag keys.
|
RemoveTagsFromVaultRequest |
withVaultName(String vaultName)
The name of the vault.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccountId(String accountId)
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
accountId
- The AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon S3
Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an
account ID, do not include any hyphens ('-') in the ID.public String getAccountId()
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon S3
Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an
account ID, do not include any hyphens ('-') in the ID.public RemoveTagsFromVaultRequest withAccountId(String accountId)
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
accountId
- The AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon S3
Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an
account ID, do not include any hyphens ('-') in the ID.public void setVaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.public String getVaultName()
The name of the vault.
public RemoveTagsFromVaultRequest withVaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.public List<String> getTagKeys()
A list of tag keys. Each corresponding tag is removed from the vault.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the vault.
tagKeys
- A list of tag keys. Each corresponding tag is removed from the vault.public RemoveTagsFromVaultRequest withTagKeys(String... tagKeys)
A list of tag keys. Each corresponding tag is removed from the vault.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection)
or withTagKeys(java.util.Collection)
if you want to override
the existing values.
tagKeys
- A list of tag keys. Each corresponding tag is removed from the vault.public RemoveTagsFromVaultRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the vault.
tagKeys
- A list of tag keys. Each corresponding tag is removed from the vault.public String toString()
toString
in class Object
Object.toString()
public RemoveTagsFromVaultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()