@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUnsupportedAppVersionResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUnsupportedAppVersionResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListUnsupportedAppVersionResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getResolutionId()
The identifier for a specific resolution.
|
List<UnsupportedResource> |
getUnsupportedResources()
The unsupported resources for the application.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setResolutionId(String resolutionId)
The identifier for a specific resolution.
|
void |
setUnsupportedResources(Collection<UnsupportedResource> unsupportedResources)
The unsupported resources for the application.
|
String |
toString()
Returns a string representation of this object.
|
ListUnsupportedAppVersionResourcesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListUnsupportedAppVersionResourcesResult |
withResolutionId(String resolutionId)
The identifier for a specific resolution.
|
ListUnsupportedAppVersionResourcesResult |
withUnsupportedResources(Collection<UnsupportedResource> unsupportedResources)
The unsupported resources for the application.
|
ListUnsupportedAppVersionResourcesResult |
withUnsupportedResources(UnsupportedResource... unsupportedResources)
The unsupported resources for the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListUnsupportedAppVersionResourcesResult()
public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListUnsupportedAppVersionResourcesResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setResolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId
- The identifier for a specific resolution.public String getResolutionId()
The identifier for a specific resolution.
public ListUnsupportedAppVersionResourcesResult withResolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId
- The identifier for a specific resolution.public List<UnsupportedResource> getUnsupportedResources()
The unsupported resources for the application.
public void setUnsupportedResources(Collection<UnsupportedResource> unsupportedResources)
The unsupported resources for the application.
unsupportedResources
- The unsupported resources for the application.public ListUnsupportedAppVersionResourcesResult withUnsupportedResources(UnsupportedResource... unsupportedResources)
The unsupported resources for the application.
NOTE: This method appends the values to the existing list (if any). Use
setUnsupportedResources(java.util.Collection)
or withUnsupportedResources(java.util.Collection)
if you want to override the existing values.
unsupportedResources
- The unsupported resources for the application.public ListUnsupportedAppVersionResourcesResult withUnsupportedResources(Collection<UnsupportedResource> unsupportedResources)
The unsupported resources for the application.
unsupportedResources
- The unsupported resources for the application.public String toString()
toString
in class Object
Object.toString()
public ListUnsupportedAppVersionResourcesResult clone()