@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() |
boolean |
equals(Object obj) |
List<String> |
getNames()
The names or Amazon Resource Names (ARNs) of the parameters that you want to query.
|
Boolean |
getWithDecryption()
Return decrypted secure string value.
|
int |
hashCode() |
Boolean |
isWithDecryption()
Return decrypted secure string value.
|
void |
setNames(Collection<String> names)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query.
|
void |
setWithDecryption(Boolean withDecryption)
Return decrypted secure string value.
|
String |
toString()
Returns a string representation of this object.
|
GetParametersRequest |
withNames(Collection<String> names)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query.
|
GetParametersRequest |
withNames(String... names)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query.
|
GetParametersRequest |
withWithDecryption(Boolean withDecryption)
Return decrypted secure string value.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeout
public List<String> getNames()
The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
public void setNames(Collection<String> names)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
names
- The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared
with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
public GetParametersRequest withNames(String... names)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
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
- The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared
with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
public GetParametersRequest withNames(Collection<String> names)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
names
- The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared
with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label"
. To query by parameter version, use
"Name": "name:version"
.
The results for GetParameters
requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
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.
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.
String
and StringList
parameter types.public String toString()
toString
in class Object
Object.toString()
public GetParametersRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.