@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppVersionResourceMappingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAppVersionResourceMappingsResult() |
Modifier and Type | Method and Description |
---|---|
ListAppVersionResourceMappingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Token for the next set of results, or null if there are no more results.
|
List<ResourceMapping> |
getResourceMappings()
Mappings used to map logical resources from the template to physical resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
void |
setResourceMappings(Collection<ResourceMapping> resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
String |
toString()
Returns a string representation of this object.
|
ListAppVersionResourceMappingsResult |
withNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
ListAppVersionResourceMappingsResult |
withResourceMappings(Collection<ResourceMapping> resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
ListAppVersionResourceMappingsResult |
withResourceMappings(ResourceMapping... resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAppVersionResourceMappingsResult()
public void setNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
nextToken
- Token for the next set of results, or null if there are no more results.public String getNextToken()
Token for the next set of results, or null if there are no more results.
public ListAppVersionResourceMappingsResult withNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
nextToken
- Token for the next set of results, or null if there are no more results.public List<ResourceMapping> getResourceMappings()
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(Collection<ResourceMapping> resourceMappings)
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.
resourceMappings
- 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.public ListAppVersionResourceMappingsResult withResourceMappings(ResourceMapping... resourceMappings)
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
setResourceMappings(java.util.Collection)
or withResourceMappings(java.util.Collection)
if you
want to override the existing values.
resourceMappings
- 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.public ListAppVersionResourceMappingsResult withResourceMappings(Collection<ResourceMapping> resourceMappings)
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.
resourceMappings
- 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.public String toString()
toString
in class Object
Object.toString()
public ListAppVersionResourceMappingsResult clone()