@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppVersionResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppVersionResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Token for the next set of results, or null if there are no more results.
|
List<PhysicalResource> |
getPhysicalResources()
The physical resources in the application version.
|
String |
getResolutionId()
The ID for a specific resolution.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
void |
setPhysicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
|
void |
setResolutionId(String resolutionId)
The ID for a specific resolution.
|
String |
toString()
Returns a string representation of this object.
|
ListAppVersionResourcesResult |
withNextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
ListAppVersionResourcesResult |
withPhysicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
|
ListAppVersionResourcesResult |
withPhysicalResources(PhysicalResource... physicalResources)
The physical resources in the application version.
|
ListAppVersionResourcesResult |
withResolutionId(String resolutionId)
The ID for a specific resolution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListAppVersionResourcesResult 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<PhysicalResource> getPhysicalResources()
The physical resources in the application version.
public void setPhysicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
physicalResources - The physical resources in the application version.public ListAppVersionResourcesResult withPhysicalResources(PhysicalResource... physicalResources)
The physical resources in the application version.
NOTE: This method appends the values to the existing list (if any). Use
setPhysicalResources(java.util.Collection) or withPhysicalResources(java.util.Collection) if
you want to override the existing values.
physicalResources - The physical resources in the application version.public ListAppVersionResourcesResult withPhysicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
physicalResources - The physical resources in the application version.public void setResolutionId(String resolutionId)
The ID for a specific resolution.
resolutionId - The ID for a specific resolution.public String getResolutionId()
The ID for a specific resolution.
public ListAppVersionResourcesResult withResolutionId(String resolutionId)
The ID for a specific resolution.
resolutionId - The ID for a specific resolution.public String toString()
toString in class ObjectObject.toString()public ListAppVersionResourcesResult clone()
Copyright © 2024. All rights reserved.