@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCommandInvocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCommandInvocationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCommandId()
(Optional) The invocations for a specific command ID.
|
Boolean |
getDetails()
(Optional) If set this returns the response of the command executions and any command output.
|
List<CommandFilter> |
getFilters()
(Optional) One or more filters.
|
String |
getInstanceId()
(Optional) The command execution details for a specific instance ID.
|
Integer |
getMaxResults()
(Optional) The maximum number of items to return for this call.
|
String |
getNextToken()
(Optional) The token for the next set of items to return.
|
int |
hashCode() |
Boolean |
isDetails()
(Optional) If set this returns the response of the command executions and any command output.
|
void |
setCommandId(String commandId)
(Optional) The invocations for a specific command ID.
|
void |
setDetails(Boolean details)
(Optional) If set this returns the response of the command executions and any command output.
|
void |
setFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
void |
setInstanceId(String instanceId)
(Optional) The command execution details for a specific instance ID.
|
void |
setMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCommandInvocationsRequest |
withCommandId(String commandId)
(Optional) The invocations for a specific command ID.
|
ListCommandInvocationsRequest |
withDetails(Boolean details)
(Optional) If set this returns the response of the command executions and any command output.
|
ListCommandInvocationsRequest |
withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
withInstanceId(String instanceId)
(Optional) The command execution details for a specific instance ID.
|
ListCommandInvocationsRequest |
withMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandInvocationsRequest |
withNextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCommandId(String commandId)
(Optional) The invocations for a specific command ID.
commandId
- (Optional) The invocations for a specific command ID.public String getCommandId()
(Optional) The invocations for a specific command ID.
public ListCommandInvocationsRequest withCommandId(String commandId)
(Optional) The invocations for a specific command ID.
commandId
- (Optional) The invocations for a specific command ID.public void setInstanceId(String instanceId)
(Optional) The command execution details for a specific instance ID.
instanceId
- (Optional) The command execution details for a specific instance ID.public String getInstanceId()
(Optional) The command execution details for a specific instance ID.
public ListCommandInvocationsRequest withInstanceId(String instanceId)
(Optional) The command execution details for a specific instance ID.
instanceId
- (Optional) The command execution details for a specific instance ID.public void setMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- (Optional) The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.public Integer getMaxResults()
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public ListCommandInvocationsRequest withMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- (Optional) The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.public void setNextToken(String nextToken)
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- (Optional) The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
public ListCommandInvocationsRequest withNextToken(String nextToken)
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- (Optional) The token for the next set of items to return. (You received this token from a previous call.)public List<CommandFilter> getFilters()
(Optional) One or more filters. Use a filter to return a more specific list of results.
public void setFilters(Collection<CommandFilter> filters)
(Optional) One or more filters. Use a filter to return a more specific list of results.
filters
- (Optional) One or more filters. Use a filter to return a more specific list of results.public ListCommandInvocationsRequest withFilters(CommandFilter... filters)
(Optional) One or more filters. Use a filter to return a more specific list of results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- (Optional) One or more filters. Use a filter to return a more specific list of results.public ListCommandInvocationsRequest withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters. Use a filter to return a more specific list of results.
filters
- (Optional) One or more filters. Use a filter to return a more specific list of results.public void setDetails(Boolean details)
(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.
details
- (Optional) If set this returns the response of the command executions and any command output. By default
this is set to False.public Boolean getDetails()
(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.
public ListCommandInvocationsRequest withDetails(Boolean details)
(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.
details
- (Optional) If set this returns the response of the command executions and any command output. By default
this is set to False.public Boolean isDetails()
(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.
public String toString()
toString
in class Object
Object.toString()
public ListCommandInvocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.