@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedConfigurationVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListHostedConfigurationVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListHostedConfigurationVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ID.
|
String |
getConfigurationProfileId()
The configuration profile ID.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
String |
getVersionLabel()
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application ID.
|
void |
setConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
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 |
setVersionLabel(String versionLabel)
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version.
|
String |
toString()
Returns a string representation of this object.
|
ListHostedConfigurationVersionsRequest |
withApplicationId(String applicationId)
The application ID.
|
ListHostedConfigurationVersionsRequest |
withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
ListHostedConfigurationVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListHostedConfigurationVersionsRequest |
withNextToken(String nextToken)
A token to start the list.
|
ListHostedConfigurationVersionsRequest |
withVersionLabel(String versionLabel)
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version.
|
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 ListHostedConfigurationVersionsRequest()
public void setApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public String getApplicationId()
The application ID.
public ListHostedConfigurationVersionsRequest withApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public void setConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId
- The configuration profile ID.public String getConfigurationProfileId()
The configuration profile ID.
public ListHostedConfigurationVersionsRequest withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId
- The configuration profile ID.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 ListHostedConfigurationVersionsRequest 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 ListHostedConfigurationVersionsRequest 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 void setVersionLabel(String versionLabel)
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only an exact match is returned.
versionLabel
- An optional filter that can be used to specify the version label of an AppConfig hosted configuration
version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't
specify an asterisk at the end of the value, only an exact match is returned.public String getVersionLabel()
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only an exact match is returned.
public ListHostedConfigurationVersionsRequest withVersionLabel(String versionLabel)
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only an exact match is returned.
versionLabel
- An optional filter that can be used to specify the version label of an AppConfig hosted configuration
version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't
specify an asterisk at the end of the value, only an exact match is returned.public String toString()
toString
in class Object
Object.toString()
public ListHostedConfigurationVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()