@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
Amazon Resource Name (ARN) of the Resilience Hub application.
|
Date |
getEndTime()
Upper limit of the time range to filter the application versions.
|
Integer |
getMaxResults()
Maximum number of results to include in the response.
|
String |
getNextToken()
Null, or the token from a previous call to get the next set of results.
|
Date |
getStartTime()
Lower limit of the time range to filter the application versions.
|
int |
hashCode() |
void |
setAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setEndTime(Date endTime)
Upper limit of the time range to filter the application versions.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
void |
setStartTime(Date startTime)
Lower limit of the time range to filter the application versions.
|
String |
toString()
Returns a string representation of this object.
|
ListAppVersionsRequest |
withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppVersionsRequest |
withEndTime(Date endTime)
Upper limit of the time range to filter the application versions.
|
ListAppVersionsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListAppVersionsRequest |
withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppVersionsRequest |
withStartTime(Date startTime)
Lower limit of the time range to filter the application versions.
|
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, withSdkRequestTimeoutpublic void setAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public String getAppArn()
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public ListAppVersionsRequest withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public void setEndTime(Date endTime)
Upper limit of the time range to filter the application versions.
endTime - Upper limit of the time range to filter the application versions.public Date getEndTime()
Upper limit of the time range to filter the application versions.
public ListAppVersionsRequest withEndTime(Date endTime)
Upper limit of the time range to filter the application versions.
endTime - Upper limit of the time range to filter the application versions.public void setMaxResults(Integer maxResults)
Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.
maxResults - Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.public Integer getMaxResults()
Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.public ListAppVersionsRequest withMaxResults(Integer maxResults)
Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.
maxResults - Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.public void setNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken - Null, or the token from a previous call to get the next set of results.public String getNextToken()
Null, or the token from a previous call to get the next set of results.
public ListAppVersionsRequest withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken - Null, or the token from a previous call to get the next set of results.public void setStartTime(Date startTime)
Lower limit of the time range to filter the application versions.
startTime - Lower limit of the time range to filter the application versions.public Date getStartTime()
Lower limit of the time range to filter the application versions.
public ListAppVersionsRequest withStartTime(Date startTime)
Lower limit of the time range to filter the application versions.
startTime - Lower limit of the time range to filter the application versions.public String toString()
toString in class ObjectObject.toString()public ListAppVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.