@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnlabelParameterVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UnlabelParameterVersionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UnlabelParameterVersionResult | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getInvalidLabels()
 The labels that aren't attached to the given parameter version. | 
| List<String> | getRemovedLabels()
 A list of all labels deleted from the parameter. | 
| int | hashCode() | 
| void | setInvalidLabels(Collection<String> invalidLabels)
 The labels that aren't attached to the given parameter version. | 
| void | setRemovedLabels(Collection<String> removedLabels)
 A list of all labels deleted from the parameter. | 
| String | toString()Returns a string representation of this object. | 
| UnlabelParameterVersionResult | withInvalidLabels(Collection<String> invalidLabels)
 The labels that aren't attached to the given parameter version. | 
| UnlabelParameterVersionResult | withInvalidLabels(String... invalidLabels)
 The labels that aren't attached to the given parameter version. | 
| UnlabelParameterVersionResult | withRemovedLabels(Collection<String> removedLabels)
 A list of all labels deleted from the parameter. | 
| UnlabelParameterVersionResult | withRemovedLabels(String... removedLabels)
 A list of all labels deleted from the parameter. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getRemovedLabels()
A list of all labels deleted from the parameter.
public void setRemovedLabels(Collection<String> removedLabels)
A list of all labels deleted from the parameter.
removedLabels - A list of all labels deleted from the parameter.public UnlabelParameterVersionResult withRemovedLabels(String... removedLabels)
A list of all labels deleted from the parameter.
 NOTE: This method appends the values to the existing list (if any). Use
 setRemovedLabels(java.util.Collection) or withRemovedLabels(java.util.Collection) if you want
 to override the existing values.
 
removedLabels - A list of all labels deleted from the parameter.public UnlabelParameterVersionResult withRemovedLabels(Collection<String> removedLabels)
A list of all labels deleted from the parameter.
removedLabels - A list of all labels deleted from the parameter.public List<String> getInvalidLabels()
The labels that aren't attached to the given parameter version.
public void setInvalidLabels(Collection<String> invalidLabels)
The labels that aren't attached to the given parameter version.
invalidLabels - The labels that aren't attached to the given parameter version.public UnlabelParameterVersionResult withInvalidLabels(String... invalidLabels)
The labels that aren't attached to the given parameter version.
 NOTE: This method appends the values to the existing list (if any). Use
 setInvalidLabels(java.util.Collection) or withInvalidLabels(java.util.Collection) if you want
 to override the existing values.
 
invalidLabels - The labels that aren't attached to the given parameter version.public UnlabelParameterVersionResult withInvalidLabels(Collection<String> invalidLabels)
The labels that aren't attached to the given parameter version.
invalidLabels - The labels that aren't attached to the given parameter version.public String toString()
toString in class ObjectObject.toString()public UnlabelParameterVersionResult clone()