@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 set of results.
|
List<ProvisioningArtifactDetail> |
getProvisioningArtifactDetails()
Information about the provisioning artifacts.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
Information about the provisioning artifacts.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisioningArtifactsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListProvisioningArtifactsResult |
withProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
Information about the provisioning artifacts.
|
ListProvisioningArtifactsResult |
withProvisioningArtifactDetails(ProvisioningArtifactDetail... provisioningArtifactDetails)
Information about the provisioning artifacts.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProvisioningArtifactDetail> getProvisioningArtifactDetails()
Information about the provisioning artifacts.
public void setProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
Information about the provisioning artifacts.
provisioningArtifactDetails
- Information about the provisioning artifacts.public ListProvisioningArtifactsResult withProvisioningArtifactDetails(ProvisioningArtifactDetail... provisioningArtifactDetails)
Information about the provisioning artifacts.
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
- Information about the provisioning artifacts.public ListProvisioningArtifactsResult withProvisioningArtifactDetails(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)
Information about the provisioning artifacts.
provisioningArtifactDetails
- Information about the provisioning artifacts.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListProvisioningArtifactsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString
in class Object
Object.toString()
public ListProvisioningArtifactsResult clone()