@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMappedResourceConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMappedResourceConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMappedResourceConfigurationResult |
clone() |
boolean |
equals(Object obj) |
List<MappedResourceConfigurationListItem> |
getMappedResourceConfigurationList()
A structure that encapsulates, or contains, the media storage configuration properties.
|
String |
getNextToken()
The token that was used in the
NextToken request to fetch the next set of results. |
int |
hashCode() |
void |
setMappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
|
void |
setNextToken(String nextToken)
The token that was used in the
NextToken request to fetch the next set of results. |
String |
toString()
Returns a string representation of this object.
|
DescribeMappedResourceConfigurationResult |
withMappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
|
DescribeMappedResourceConfigurationResult |
withMappedResourceConfigurationList(MappedResourceConfigurationListItem... mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
|
DescribeMappedResourceConfigurationResult |
withNextToken(String nextToken)
The token that was used in the
NextToken request to fetch the next set of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMappedResourceConfigurationResult()
public List<MappedResourceConfigurationListItem> getMappedResourceConfigurationList()
A structure that encapsulates, or contains, the media storage configuration properties.
public void setMappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
mappedResourceConfigurationList
- A structure that encapsulates, or contains, the media storage configuration properties.public DescribeMappedResourceConfigurationResult withMappedResourceConfigurationList(MappedResourceConfigurationListItem... mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
NOTE: This method appends the values to the existing list (if any). Use
setMappedResourceConfigurationList(java.util.Collection)
or
withMappedResourceConfigurationList(java.util.Collection)
if you want to override the existing values.
mappedResourceConfigurationList
- A structure that encapsulates, or contains, the media storage configuration properties.public DescribeMappedResourceConfigurationResult withMappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
mappedResourceConfigurationList
- A structure that encapsulates, or contains, the media storage configuration properties.public void setNextToken(String nextToken)
The token that was used in the NextToken
request to fetch the next set of results.
nextToken
- The token that was used in the NextToken
request to fetch the next set of results.public String getNextToken()
The token that was used in the NextToken
request to fetch the next set of results.
NextToken
request to fetch the next set of results.public DescribeMappedResourceConfigurationResult withNextToken(String nextToken)
The token that was used in the NextToken
request to fetch the next set of results.
nextToken
- The token that was used in the NextToken
request to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeMappedResourceConfigurationResult clone()