@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppArn()
Amazon Resource Name (ARN) of the Resilience Hub application.
|
List<EksSource> |
getEksSources()
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
String |
getImportStrategy()
The import strategy you would like to set to import resources into Resilience Hub application.
|
List<String> |
getSourceArns()
The Amazon Resource Names (ARNs) for the resources.
|
List<TerraformSource> |
getTerraformSources()
A list of terraform file s3 URLs you need to import.
|
int |
hashCode() |
void |
setAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
void |
setImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
|
void |
setSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources.
|
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)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest |
withEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
ImportResourcesToDraftAppVersionRequest |
withEksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
ImportResourcesToDraftAppVersionRequest |
withImportStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest |
withImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest |
withSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources.
|
ImportResourcesToDraftAppVersionRequest |
withSourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources.
|
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, 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)
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 ImportResourcesToDraftAppVersionRequest 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 List<EksSource> getEksSources()
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
public void setEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you need to import.public ImportResourcesToDraftAppVersionRequest withEksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
NOTE: This method appends the values to the existing list (if any). Use
setEksSources(java.util.Collection) or withEksSources(java.util.Collection) if you want to
override the existing values.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you need to import.public ImportResourcesToDraftAppVersionRequest withEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you need to import.public void setImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into Resilience Hub application.ResourceImportStrategyTypepublic String getImportStrategy()
The import strategy you would like to set to import resources into Resilience Hub application.
ResourceImportStrategyTypepublic ImportResourcesToDraftAppVersionRequest withImportStrategy(String importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into Resilience Hub application.ResourceImportStrategyTypepublic ImportResourcesToDraftAppVersionRequest withImportStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into Resilience Hub application.ResourceImportStrategyTypepublic List<String> getSourceArns()
The Amazon Resource Names (ARNs) for the resources.
public void setSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources.
sourceArns - The Amazon Resource Names (ARNs) for the resources.public ImportResourcesToDraftAppVersionRequest withSourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources.
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.public ImportResourcesToDraftAppVersionRequest withSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources.
sourceArns - The Amazon Resource Names (ARNs) for the resources.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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()