@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 does not meet the requirements.
|
int |
hashCode() |
void |
setInvalidLabels(Collection<String> invalidLabels)
The label does not meet the requirements.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LabelParameterVersionResult |
withInvalidLabels(Collection<String> invalidLabels)
The label does not meet the requirements.
|
LabelParameterVersionResult |
withInvalidLabels(String... invalidLabels)
The label does not meet the requirements.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getInvalidLabels()
The label does not meet the requirements. For information about parameter label requirements, see Labeling Parameters in the AWS Systems Manager User Guide.
public void setInvalidLabels(Collection<String> invalidLabels)
The label does not meet the requirements. For information about parameter label requirements, see Labeling Parameters in the AWS Systems Manager User Guide.
invalidLabels
- The label does not meet the requirements. For information about parameter label requirements, see Labeling
Parameters in the AWS Systems Manager User Guide.public LabelParameterVersionResult withInvalidLabels(String... invalidLabels)
The label does not meet the requirements. For information about parameter label requirements, see Labeling Parameters in the AWS 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 does not meet the requirements. For information about parameter label requirements, see Labeling
Parameters in the AWS Systems Manager User Guide.public LabelParameterVersionResult withInvalidLabels(Collection<String> invalidLabels)
The label does not meet the requirements. For information about parameter label requirements, see Labeling Parameters in the AWS Systems Manager User Guide.
invalidLabels
- The label does not meet the requirements. For information about parameter label requirements, see Labeling
Parameters in the AWS Systems Manager User Guide.public String toString()
toString
in class Object
Object.toString()
public LabelParameterVersionResult clone()
Copyright © 2018. All rights reserved.