@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppVersionAppComponentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppVersionAppComponentsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionAppComponentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
List<AppComponent> |
getAppComponents()
Defines an Application Component.
|
String |
getAppVersion()
The AWS Resilience Hub application version.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
void |
setAppComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
|
void |
setAppVersion(String appVersion)
The AWS Resilience Hub application version.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppVersionAppComponentsResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
ListAppVersionAppComponentsResult |
withAppComponents(AppComponent... appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResult |
withAppComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResult |
withAppVersion(String appVersion)
The AWS Resilience Hub application version.
|
ListAppVersionAppComponentsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS 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 AWS 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 AWS 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 ListAppVersionAppComponentsResult withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS 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 AWS 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 List<AppComponent> getAppComponents()
Defines an Application Component.
public void setAppComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
appComponents - Defines an Application Component.public ListAppVersionAppComponentsResult withAppComponents(AppComponent... appComponents)
Defines an Application Component.
NOTE: This method appends the values to the existing list (if any). Use
setAppComponents(java.util.Collection) or withAppComponents(java.util.Collection) if you want
to override the existing values.
appComponents - Defines an Application Component.public ListAppVersionAppComponentsResult withAppComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
appComponents - Defines an Application Component.public void setAppVersion(String appVersion)
The AWS Resilience Hub application version.
appVersion - The AWS Resilience Hub application version.public String getAppVersion()
The AWS Resilience Hub application version.
public ListAppVersionAppComponentsResult withAppVersion(String appVersion)
The AWS Resilience Hub application version.
appVersion - The AWS Resilience Hub application version.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListAppVersionAppComponentsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListAppVersionAppComponentsResult clone()
Copyright © 2023. All rights reserved.