@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisioningArtifactsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProvisioningArtifactsResult() |
Modifier and Type | Method and Description |
---|---|
ListProvisioningArtifactsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
List<ProvisioningArtifactDetail> |
getProvisioningArtifactDetails()
List of detailed provisioning artifact information objects.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
void |
setProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListProvisioningArtifactsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ListProvisioningArtifactsResult |
withProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
|
ListProvisioningArtifactsResult |
withProvisioningArtifactDetails(ProvisioningArtifactDetail... provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProvisioningArtifactDetail> getProvisioningArtifactDetails()
List of detailed provisioning artifact information objects.
public void setProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
provisioningArtifactDetails
- List of detailed provisioning artifact information objects.public ListProvisioningArtifactsResult withProvisioningArtifactDetails(ProvisioningArtifactDetail... provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifactDetails(java.util.Collection)
or
withProvisioningArtifactDetails(java.util.Collection)
if you want to override the existing values.
provisioningArtifactDetails
- List of detailed provisioning artifact information objects.public ListProvisioningArtifactsResult withProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
List of detailed provisioning artifact information objects.
provisioningArtifactDetails
- List of detailed provisioning artifact information objects.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String getNextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListProvisioningArtifactsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String toString()
toString
in class Object
Object.toString()
public ListProvisioningArtifactsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.