@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersByPathRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetParametersByPathRequest() |
Modifier and Type | Method and Description |
---|---|
GetParametersByPathRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
List<ParameterStringFilter> |
getParameterFilters()
Filters to limit the request results.
|
String |
getPath()
The hierarchy for the parameter.
|
Boolean |
getRecursive()
Retrieve all parameters within a hierarchy.
|
Boolean |
getWithDecryption()
Retrieve all parameters in a hierarchy with their value decrypted.
|
int |
hashCode() |
Boolean |
isRecursive()
Retrieve all parameters within a hierarchy.
|
Boolean |
isWithDecryption()
Retrieve all parameters in a hierarchy with their value decrypted.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
|
void |
setPath(String path)
The hierarchy for the parameter.
|
void |
setRecursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
|
void |
setWithDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
|
String |
toString()
Returns a string representation of this object.
|
GetParametersByPathRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetParametersByPathRequest |
withNextToken(String nextToken)
A token to start the list.
|
GetParametersByPathRequest |
withParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
|
GetParametersByPathRequest |
withParameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
|
GetParametersByPathRequest |
withPath(String path)
The hierarchy for the parameter.
|
GetParametersByPathRequest |
withRecursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
|
GetParametersByPathRequest |
withWithDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
|
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, withSdkRequestTimeout
public void setPath(String path)
The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name
except the last part of the parameter. For the API call to succeed, the last part of the parameter name can't be
in the path. A parameter name hierarchy can have a maximum of 15 levels. Here is an example of a hierarchy:
/Finance/Prod/IAD/WinServ2016/license33
path
- The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the
parameter name except the last part of the parameter. For the API call to succeed, the last part of the
parameter name can't be in the path. A parameter name hierarchy can have a maximum of 15 levels. Here is
an example of a hierarchy: /Finance/Prod/IAD/WinServ2016/license33
public String getPath()
The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name
except the last part of the parameter. For the API call to succeed, the last part of the parameter name can't be
in the path. A parameter name hierarchy can have a maximum of 15 levels. Here is an example of a hierarchy:
/Finance/Prod/IAD/WinServ2016/license33
/Finance/Prod/IAD/WinServ2016/license33
public GetParametersByPathRequest withPath(String path)
The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name
except the last part of the parameter. For the API call to succeed, the last part of the parameter name can't be
in the path. A parameter name hierarchy can have a maximum of 15 levels. Here is an example of a hierarchy:
/Finance/Prod/IAD/WinServ2016/license33
path
- The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the
parameter name except the last part of the parameter. For the API call to succeed, the last part of the
parameter name can't be in the path. A parameter name hierarchy can have a maximum of 15 levels. Here is
an example of a hierarchy: /Finance/Prod/IAD/WinServ2016/license33
public void setRecursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
If a user has access to a path, then the user can access all levels of that path. For example, if a user has
permission to access path /a
, then the user can also access /a/b
. Even if a user has
explicitly been denied access in IAM for parameter /a/b
, they can still call the GetParametersByPath
API operation recursively for /a
and view /a/b
.
recursive
- Retrieve all parameters within a hierarchy.
If a user has access to a path, then the user can access all levels of that path. For example, if a user
has permission to access path /a
, then the user can also access /a/b
. Even if a
user has explicitly been denied access in IAM for parameter /a/b
, they can still call the
GetParametersByPath API operation recursively for /a
and view /a/b
.
public Boolean getRecursive()
Retrieve all parameters within a hierarchy.
If a user has access to a path, then the user can access all levels of that path. For example, if a user has
permission to access path /a
, then the user can also access /a/b
. Even if a user has
explicitly been denied access in IAM for parameter /a/b
, they can still call the GetParametersByPath
API operation recursively for /a
and view /a/b
.
If a user has access to a path, then the user can access all levels of that path. For example, if a user
has permission to access path /a
, then the user can also access /a/b
. Even if a
user has explicitly been denied access in IAM for parameter /a/b
, they can still call the
GetParametersByPath API operation recursively for /a
and view /a/b
.
public GetParametersByPathRequest withRecursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
If a user has access to a path, then the user can access all levels of that path. For example, if a user has
permission to access path /a
, then the user can also access /a/b
. Even if a user has
explicitly been denied access in IAM for parameter /a/b
, they can still call the GetParametersByPath
API operation recursively for /a
and view /a/b
.
recursive
- Retrieve all parameters within a hierarchy.
If a user has access to a path, then the user can access all levels of that path. For example, if a user
has permission to access path /a
, then the user can also access /a/b
. Even if a
user has explicitly been denied access in IAM for parameter /a/b
, they can still call the
GetParametersByPath API operation recursively for /a
and view /a/b
.
public Boolean isRecursive()
Retrieve all parameters within a hierarchy.
If a user has access to a path, then the user can access all levels of that path. For example, if a user has
permission to access path /a
, then the user can also access /a/b
. Even if a user has
explicitly been denied access in IAM for parameter /a/b
, they can still call the GetParametersByPath
API operation recursively for /a
and view /a/b
.
If a user has access to a path, then the user can access all levels of that path. For example, if a user
has permission to access path /a
, then the user can also access /a/b
. Even if a
user has explicitly been denied access in IAM for parameter /a/b
, they can still call the
GetParametersByPath API operation recursively for /a
and view /a/b
.
public List<ParameterStringFilter> getParameterFilters()
Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
: Type
,
KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
: tag
,
DataType
, Name
, Path
, and Tier
.
The following Key
values are supported for GetParametersByPath
:
Type
, KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
:
tag
, DataType
, Name
, Path
, and Tier
.
public void setParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
: Type
,
KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
: tag
,
DataType
, Name
, Path
, and Tier
.
parameterFilters
- Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
:
Type
, KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
:
tag
, DataType
, Name
, Path
, and Tier
.
public GetParametersByPathRequest withParameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
: Type
,
KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
: tag
,
DataType
, Name
, Path
, and Tier
.
NOTE: This method appends the values to the existing list (if any). Use
setParameterFilters(java.util.Collection)
or withParameterFilters(java.util.Collection)
if you
want to override the existing values.
parameterFilters
- Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
:
Type
, KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
:
tag
, DataType
, Name
, Path
, and Tier
.
public GetParametersByPathRequest withParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
: Type
,
KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
: tag
,
DataType
, Name
, Path
, and Tier
.
parameterFilters
- Filters to limit the request results.
The following Key
values are supported for GetParametersByPath
:
Type
, KeyId
, and Label
.
The following Key
values aren't supported for GetParametersByPath
:
tag
, DataType
, Name
, Path
, and Tier
.
public void setWithDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
withDecryption
- Retrieve all parameters in a hierarchy with their value decrypted.public Boolean getWithDecryption()
Retrieve all parameters in a hierarchy with their value decrypted.
public GetParametersByPathRequest withWithDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
withDecryption
- Retrieve all parameters in a hierarchy with their value decrypted.public Boolean isWithDecryption()
Retrieve all parameters in a hierarchy with their value decrypted.
public void setMaxResults(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.
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 Integer getMaxResults()
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 GetParametersByPathRequest withMaxResults(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.
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 void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public GetParametersByPathRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetParametersByPathRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()