/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.resiliencehub.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AddDraftAppVersionResourceMappingsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* 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.
*
* Mappings used to map logical resources from the template to physical resources. You can use the mapping type
* CFN_STACK
if the application template uses a logical stack name. Or you can map individual resources
* by using the mapping type RESOURCE
. We recommend using the mapping type CFN_STACK
if
* the application is backed by a CloudFormation stack.
*
* 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 void setAppArn(String appArn) {
this.appArn = 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.
*
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() {
return this.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.
*
partition
:resiliencehub:region
:account
:app/app-id
. For
* more information about ARNs, see Amazon Resource Names
* (ARNs) in the AWS General Reference guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AddDraftAppVersionResourceMappingsRequest withAppArn(String appArn) {
setAppArn(appArn);
return this;
}
/**
*
* Mappings used to map logical resources from the template to physical resources. You can use the mapping type
* CFN_STACK
if the application template uses a logical stack name. Or you can map individual resources
* by using the mapping type RESOURCE
. We recommend using the mapping type CFN_STACK
if
* the application is backed by a CloudFormation stack.
*
CFN_STACK
if the application template uses a logical stack name. Or you can map
* individual resources by using the mapping type RESOURCE
. We recommend using the mapping type
* CFN_STACK
if the application is backed by a CloudFormation stack.
*/
public java.util.List
* Mappings used to map logical resources from the template to physical resources. You can use the mapping type
* CFN_STACK
if the application template uses a logical stack name. Or you can map individual resources
* by using the mapping type RESOURCE
. We recommend using the mapping type CFN_STACK
if
* the application is backed by a CloudFormation stack.
*
CFN_STACK
if the application template uses a logical stack name. Or you can map
* individual resources by using the mapping type RESOURCE
. We recommend using the mapping type
* CFN_STACK
if the application is backed by a CloudFormation stack.
*/
public void setResourceMappings(java.util.Collection
* Mappings used to map logical resources from the template to physical resources. You can use the mapping type
* CFN_STACK
if the application template uses a logical stack name. Or you can map individual resources
* by using the mapping type RESOURCE
. We recommend using the mapping type CFN_STACK
if
* the application is backed by a CloudFormation stack.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setResourceMappings(java.util.Collection)} or {@link #withResourceMappings(java.util.Collection)} if you * want to override the existing values. *
* * @param resourceMappings * Mappings used to map logical resources from the template to physical resources. You can use the mapping * typeCFN_STACK
if the application template uses a logical stack name. Or you can map
* individual resources by using the mapping type RESOURCE
. We recommend using the mapping type
* CFN_STACK
if the application is backed by a CloudFormation stack.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AddDraftAppVersionResourceMappingsRequest withResourceMappings(ResourceMapping... resourceMappings) {
if (this.resourceMappings == null) {
setResourceMappings(new java.util.ArrayList
* Mappings used to map logical resources from the template to physical resources. You can use the mapping type
* CFN_STACK
if the application template uses a logical stack name. Or you can map individual resources
* by using the mapping type RESOURCE
. We recommend using the mapping type CFN_STACK
if
* the application is backed by a CloudFormation stack.
*
CFN_STACK
if the application template uses a logical stack name. Or you can map
* individual resources by using the mapping type RESOURCE
. We recommend using the mapping type
* CFN_STACK
if the application is backed by a CloudFormation stack.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AddDraftAppVersionResourceMappingsRequest withResourceMappings(java.util.Collection