@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBulkDeploymentDetailedReportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBulkDeploymentDetailedReportsResult() |
Modifier and Type | Method and Description |
---|---|
ListBulkDeploymentDetailedReportsResult |
clone() |
boolean |
equals(Object obj) |
List<BulkDeploymentResult> |
getDeployments()
A list of the individual group deployments in the bulk deployment operation.
|
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
int |
hashCode() |
void |
setDeployments(Collection<BulkDeploymentResult> deployments)
A list of the individual group deployments in the bulk deployment operation.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListBulkDeploymentDetailedReportsResult |
withDeployments(BulkDeploymentResult... deployments)
A list of the individual group deployments in the bulk deployment operation.
|
ListBulkDeploymentDetailedReportsResult |
withDeployments(Collection<BulkDeploymentResult> deployments)
A list of the individual group deployments in the bulk deployment operation.
|
ListBulkDeploymentDetailedReportsResult |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListBulkDeploymentDetailedReportsResult()
public List<BulkDeploymentResult> getDeployments()
public void setDeployments(Collection<BulkDeploymentResult> deployments)
deployments
- A list of the individual group deployments in the bulk deployment operation.public ListBulkDeploymentDetailedReportsResult withDeployments(BulkDeploymentResult... deployments)
NOTE: This method appends the values to the existing list (if any). Use
setDeployments(java.util.Collection)
or withDeployments(java.util.Collection)
if you want to
override the existing values.
deployments
- A list of the individual group deployments in the bulk deployment operation.public ListBulkDeploymentDetailedReportsResult withDeployments(Collection<BulkDeploymentResult> deployments)
deployments
- A list of the individual group deployments in the bulk deployment operation.public void setNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public ListBulkDeploymentDetailedReportsResult withNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListBulkDeploymentDetailedReportsResult clone()