@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportResourcesToDraftAppVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ImportResourcesToDraftAppVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
String |
getImportStrategy()
The import strategy you would like to set to import resources into AWS Resilience Hub application.
|
List<String> |
getSourceArns()
The Amazon Resource Names (ARNs) for the resources that you want to import.
|
List<TerraformSource> |
getTerraformSources()
A list of terraform file s3 URLs you need to import.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
void |
setImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into AWS Resilience Hub application.
|
void |
setSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
|
void |
setTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
|
String |
toString()
Returns a string representation of this object.
|
ImportResourcesToDraftAppVersionRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest |
withImportStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into AWS Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest |
withImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into AWS Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest |
withSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
|
ImportResourcesToDraftAppVersionRequest |
withSourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
|
ImportResourcesToDraftAppVersionRequest |
withTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
|
ImportResourcesToDraftAppVersionRequest |
withTerraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you need to import.
|
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 ImportResourcesToDraftAppVersionRequest()
public 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 ImportResourcesToDraftAppVersionRequest 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 void setImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into AWS Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into AWS Resilience Hub application.ResourceImportStrategyTypepublic String getImportStrategy()
The import strategy you would like to set to import resources into AWS Resilience Hub application.
ResourceImportStrategyTypepublic ImportResourcesToDraftAppVersionRequest withImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into AWS Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into AWS Resilience Hub application.ResourceImportStrategyTypepublic ImportResourcesToDraftAppVersionRequest withImportStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into AWS Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into AWS Resilience Hub application.ResourceImportStrategyTypepublic List<String> getSourceArns()
The Amazon Resource Names (ARNs) for the resources that you want to import.
public void setSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you want to import.public ImportResourcesToDraftAppVersionRequest withSourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
NOTE: This method appends the values to the existing list (if any). Use
setSourceArns(java.util.Collection) or withSourceArns(java.util.Collection) if you want to
override the existing values.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you want to import.public ImportResourcesToDraftAppVersionRequest withSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you want to import.public List<TerraformSource> getTerraformSources()
A list of terraform file s3 URLs you need to import.
public void setTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
terraformSources - A list of terraform file s3 URLs you need to import.public ImportResourcesToDraftAppVersionRequest withTerraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you need to import.
NOTE: This method appends the values to the existing list (if any). Use
setTerraformSources(java.util.Collection) or withTerraformSources(java.util.Collection) if you
want to override the existing values.
terraformSources - A list of terraform file s3 URLs you need to import.public ImportResourcesToDraftAppVersionRequest withTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
terraformSources - A list of terraform file s3 URLs you need to import.public String toString()
toString in class ObjectObject.toString()public ImportResourcesToDraftAppVersionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.