@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUnsupportedAppVersionResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListUnsupportedAppVersionResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListUnsupportedAppVersionResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
String |
getAppVersion()
The version of the application.
|
Integer |
getMaxResults()
The 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.
|
String |
getResolutionId()
The identifier for a specific resolution.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setAppVersion(String appVersion)
The version of the application.
|
void |
setMaxResults(Integer maxResults)
The 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 |
setResolutionId(String resolutionId)
The identifier for a specific resolution.
|
String |
toString()
Returns a string representation of this object.
|
ListUnsupportedAppVersionResourcesRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListUnsupportedAppVersionResourcesRequest |
withAppVersion(String appVersion)
The version of the application.
|
ListUnsupportedAppVersionResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListUnsupportedAppVersionResourcesRequest |
withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListUnsupportedAppVersionResourcesRequest |
withResolutionId(String resolutionId)
The identifier for a specific resolution.
|
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 ListUnsupportedAppVersionResourcesRequest()
public void setAppArn(String appArn)
The 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 AWS General Reference guide.
appArn
- The 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 AWS General Reference guide.public String getAppArn()
The 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 AWS General Reference guide.
partition
:resiliencehub:region
:account
:app/app-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public ListUnsupportedAppVersionResourcesRequest withAppArn(String appArn)
The 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 AWS General Reference guide.
appArn
- The 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 AWS General Reference guide.public void setAppVersion(String appVersion)
The version of the application.
appVersion
- The version of the application.public String getAppVersion()
The version of the application.
public ListUnsupportedAppVersionResourcesRequest withAppVersion(String appVersion)
The version of the application.
appVersion
- The version of the application.public void setMaxResults(Integer maxResults)
The 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
- The 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()
The 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 ListUnsupportedAppVersionResourcesRequest withMaxResults(Integer maxResults)
The 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
- The 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 ListUnsupportedAppVersionResourcesRequest 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 setResolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId
- The identifier for a specific resolution.public String getResolutionId()
The identifier for a specific resolution.
public ListUnsupportedAppVersionResourcesRequest withResolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId
- The identifier for a specific resolution.public String toString()
toString
in class Object
Object.toString()
public ListUnsupportedAppVersionResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()