Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetParametersByPathRequest.Builder,GetParametersByPathRequest>
@Generated("software.amazon.awssdk:codegen") public class GetParametersByPathRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetParametersByPathRequest.Builder,GetParametersByPathRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetParametersByPathRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetParametersByPathRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of items to return for this call.
|
String |
nextToken() |
A token to start the list.
|
List<ParameterStringFilter> |
parameterFilters() |
Filters to limit the request results.
|
String |
path() |
The hierarchy for the parameter.
|
Boolean |
recursive() |
Retrieve all parameters within a hierarchy.
|
static Class<? extends GetParametersByPathRequest.Builder> |
serializableBuilderClass() |
|
GetParametersByPathRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
withDecryption() |
Retrieve all parameters in a hierarchy with their value decrypted.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String path()
The hierarchy for the parameter. Hierarchies start with a forward slash (/) and end with the parameter name. A hierarchy can have a maximum of five levels. Examples: /Environment/Test/DBString003
/Finance/Prod/IAD/OS/WinServ2016/license15
/Finance/Prod/IAD/OS/WinServ2016/license15
public Boolean recursive()
Retrieve all parameters within a hierarchy.
public List<ParameterStringFilter> parameterFilters()
Filters to limit the request results.
public Boolean withDecryption()
Retrieve all parameters in a hierarchy with their value decrypted.
public Integer maxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public String nextToken()
A token to start the list. Use this token to get the next set of results.
public GetParametersByPathRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetParametersByPathRequest.Builder,GetParametersByPathRequest>
public static GetParametersByPathRequest.Builder builder()
public static Class<? extends GetParametersByPathRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.