@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetParametersResult() |
| Modifier and Type | Method and Description |
|---|---|
GetParametersResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInvalidParameters()
A list of parameters that are not formatted correctly or do not run when executed.
|
List<Parameter> |
getParameters()
A list of details for a parameter.
|
int |
hashCode() |
void |
setInvalidParameters(Collection<String> invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
|
void |
setParameters(Collection<Parameter> parameters)
A list of details for a parameter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetParametersResult |
withInvalidParameters(Collection<String> invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
|
GetParametersResult |
withInvalidParameters(String... invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
|
GetParametersResult |
withParameters(Collection<Parameter> parameters)
A list of details for a parameter.
|
GetParametersResult |
withParameters(Parameter... parameters)
A list of details for a parameter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Parameter> getParameters()
A list of details for a parameter.
public void setParameters(Collection<Parameter> parameters)
A list of details for a parameter.
parameters - A list of details for a parameter.public GetParametersResult withParameters(Parameter... parameters)
A list of details for a parameter.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to
override the existing values.
parameters - A list of details for a parameter.public GetParametersResult withParameters(Collection<Parameter> parameters)
A list of details for a parameter.
parameters - A list of details for a parameter.public List<String> getInvalidParameters()
A list of parameters that are not formatted correctly or do not run when executed.
public void setInvalidParameters(Collection<String> invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
invalidParameters - A list of parameters that are not formatted correctly or do not run when executed.public GetParametersResult withInvalidParameters(String... invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
NOTE: This method appends the values to the existing list (if any). Use
setInvalidParameters(java.util.Collection) or withInvalidParameters(java.util.Collection) if
you want to override the existing values.
invalidParameters - A list of parameters that are not formatted correctly or do not run when executed.public GetParametersResult withInvalidParameters(Collection<String> invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
invalidParameters - A list of parameters that are not formatted correctly or do not run when executed.public String toString()
toString in class ObjectObject.toString()public GetParametersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.