@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelParameterVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
LabelParameterVersionResult() |
Modifier and Type | Method and Description |
---|---|
LabelParameterVersionResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInvalidLabels()
The label doesn't meet the requirements.
|
Long |
getParameterVersion()
The version of the parameter that has been labeled.
|
int |
hashCode() |
void |
setInvalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements.
|
void |
setParameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
|
String |
toString()
Returns a string representation of this object.
|
LabelParameterVersionResult |
withInvalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements.
|
LabelParameterVersionResult |
withInvalidLabels(String... invalidLabels)
The label doesn't meet the requirements.
|
LabelParameterVersionResult |
withParameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getInvalidLabels()
The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
public void setInvalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
invalidLabels
- The label doesn't meet the requirements. For information about parameter label requirements, see Working
with parameter labels in the Amazon Web Services Systems Manager User Guide.public LabelParameterVersionResult withInvalidLabels(String... invalidLabels)
The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
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 label doesn't meet the requirements. For information about parameter label requirements, see Working
with parameter labels in the Amazon Web Services Systems Manager User Guide.public LabelParameterVersionResult withInvalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
invalidLabels
- The label doesn't meet the requirements. For information about parameter label requirements, see Working
with parameter labels in the Amazon Web Services Systems Manager User Guide.public void setParameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
parameterVersion
- The version of the parameter that has been labeled.public Long getParameterVersion()
The version of the parameter that has been labeled.
public LabelParameterVersionResult withParameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
parameterVersion
- The version of the parameter that has been labeled.public String toString()
toString
in class Object
Object.toString()
public LabelParameterVersionResult clone()