@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()
The Amazon Resource Name (ARN) of the application.
|
List<String> |
getSourceArns()
The Amazon Resource Names (ARNs) for the resources that you want to import.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
void |
setSourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
|
String |
toString()
Returns a string representation of this object.
|
ImportResourcesToDraftAppVersionRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
|
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 ImportResourcesToDraftAppVersionRequest()
public void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn
- The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public String getAppArn()
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public ImportResourcesToDraftAppVersionRequest withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn
- The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public 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 String toString()
toString
in class Object
Object.toString()
public ImportResourcesToDraftAppVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()