@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowExecutionTaskInvocationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMaintenanceWindowExecutionTaskInvocationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowExecutionTaskInvocationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<MaintenanceWindowExecutionTaskInvocationIdentity> |
getWindowExecutionTaskInvocationIdentities()
Information about the task invocation results per invocation.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setWindowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMaintenanceWindowExecutionTaskInvocationsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionTaskInvocationsResult |
withWindowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
|
DescribeMaintenanceWindowExecutionTaskInvocationsResult |
withWindowExecutionTaskInvocationIdentities(MaintenanceWindowExecutionTaskInvocationIdentity... windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMaintenanceWindowExecutionTaskInvocationsResult()
public List<MaintenanceWindowExecutionTaskInvocationIdentity> getWindowExecutionTaskInvocationIdentities()
Information about the task invocation results per invocation.
public void setWindowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
windowExecutionTaskInvocationIdentities
- Information about the task invocation results per invocation.public DescribeMaintenanceWindowExecutionTaskInvocationsResult withWindowExecutionTaskInvocationIdentities(MaintenanceWindowExecutionTaskInvocationIdentity... windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
NOTE: This method appends the values to the existing list (if any). Use
setWindowExecutionTaskInvocationIdentities(java.util.Collection)
or
withWindowExecutionTaskInvocationIdentities(java.util.Collection)
if you want to override the existing
values.
windowExecutionTaskInvocationIdentities
- Information about the task invocation results per invocation.public DescribeMaintenanceWindowExecutionTaskInvocationsResult withWindowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
windowExecutionTaskInvocationIdentities
- Information about the task invocation results per invocation.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeMaintenanceWindowExecutionTaskInvocationsResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeMaintenanceWindowExecutionTaskInvocationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.