@Generated(value="software.amazon.awssdk:codegen") public class GetParametersByPathRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetParametersByPathRequest.Builder,GetParametersByPathRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetParametersByPathRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
Boolean |
withDecryption()
Retrieve all parameters in a hierarchy with their value decrypted.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetParametersByPathRequest.Builder,GetParametersByPathRequest>public static GetParametersByPathRequest.Builder builder()
public static Class<? extends GetParametersByPathRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.