@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetParametersRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetParametersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getNames()
Names of the parameters for which you want to query information.
|
Boolean |
getWithDecryption()
Return decrypted secure string value.
|
int |
hashCode() |
Boolean |
isWithDecryption()
Return decrypted secure string value.
|
void |
setNames(Collection<String> names)
Names of the parameters for which you want to query information.
|
void |
setWithDecryption(Boolean withDecryption)
Return decrypted secure string value.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetParametersRequest |
withNames(Collection<String> names)
Names of the parameters for which you want to query information.
|
GetParametersRequest |
withNames(String... names)
Names of the parameters for which you want to query information.
|
GetParametersRequest |
withWithDecryption(Boolean withDecryption)
Return decrypted secure string value.
|
addHandlerContext, 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, withSdkRequestTimeoutpublic List<String> getNames()
Names of the parameters for which you want to query information.
public void setNames(Collection<String> names)
Names of the parameters for which you want to query information.
names - Names of the parameters for which you want to query information.public GetParametersRequest withNames(String... names)
Names of the parameters for which you want to query information.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
existing values.
names - Names of the parameters for which you want to query information.public GetParametersRequest withNames(Collection<String> names)
Names of the parameters for which you want to query information.
names - Names of the parameters for which you want to query information.public void setWithDecryption(Boolean withDecryption)
Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
withDecryption - Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is
ignored for String and StringList parameter types.public Boolean getWithDecryption()
Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
public GetParametersRequest withWithDecryption(Boolean withDecryption)
Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
withDecryption - Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is
ignored for String and StringList parameter types.public Boolean isWithDecryption()
Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
public String toString()
toString in class ObjectObject.toString()public GetParametersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.