@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnlabelParameterVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UnlabelParameterVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UnlabelParameterVersionRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLabels()
One or more labels to delete from the specified parameter version.
|
String |
getName()
The name of the parameter from which you want to delete one or more labels.
|
Long |
getParameterVersion()
The specific version of the parameter which you want to delete one or more labels from.
|
int |
hashCode() |
void |
setLabels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
|
void |
setName(String name)
The name of the parameter from which you want to delete one or more labels.
|
void |
setParameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from.
|
String |
toString()
Returns a string representation of this object.
|
UnlabelParameterVersionRequest |
withLabels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
|
UnlabelParameterVersionRequest |
withLabels(String... labels)
One or more labels to delete from the specified parameter version.
|
UnlabelParameterVersionRequest |
withName(String name)
The name of the parameter from which you want to delete one or more labels.
|
UnlabelParameterVersionRequest |
withParameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from.
|
addHandlerContext, copyBaseTo, 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 setName(String name)
The name of the parameter from which you want to delete one or more labels.
name
- The name of the parameter from which you want to delete one or more labels.public String getName()
The name of the parameter from which you want to delete one or more labels.
public UnlabelParameterVersionRequest withName(String name)
The name of the parameter from which you want to delete one or more labels.
name
- The name of the parameter from which you want to delete one or more labels.public void setParameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.
parameterVersion
- The specific version of the parameter which you want to delete one or more labels from. If it isn't
present, the call will fail.public Long getParameterVersion()
The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.
public UnlabelParameterVersionRequest withParameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.
parameterVersion
- The specific version of the parameter which you want to delete one or more labels from. If it isn't
present, the call will fail.public List<String> getLabels()
One or more labels to delete from the specified parameter version.
public void setLabels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
labels
- One or more labels to delete from the specified parameter version.public UnlabelParameterVersionRequest withLabels(String... labels)
One or more labels to delete from the specified parameter version.
NOTE: This method appends the values to the existing list (if any). Use
setLabels(java.util.Collection)
or withLabels(java.util.Collection)
if you want to override the
existing values.
labels
- One or more labels to delete from the specified parameter version.public UnlabelParameterVersionRequest withLabels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
labels
- One or more labels to delete from the specified parameter version.public String toString()
toString
in class Object
Object.toString()
public UnlabelParameterVersionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.