@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVirtualMachinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListVirtualMachinesRequest() |
Modifier and Type | Method and Description |
---|---|
ListVirtualMachinesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
|
Integer |
getMaxResults()
The maximum number of virtual machines to list.
|
String |
getNextToken()
The next item following a partial list of returned resources.
|
int |
hashCode() |
void |
setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
|
void |
setMaxResults(Integer maxResults)
The maximum number of virtual machines to list.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned resources.
|
String |
toString()
Returns a string representation of this object.
|
ListVirtualMachinesRequest |
withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
|
ListVirtualMachinesRequest |
withMaxResults(Integer maxResults)
The maximum number of virtual machines to list.
|
ListVirtualMachinesRequest |
withNextToken(String nextToken)
The next item following a partial list of returned resources.
|
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 setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.public String getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
public ListVirtualMachinesRequest withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.public void setMaxResults(Integer maxResults)
The maximum number of virtual machines to list.
maxResults
- The maximum number of virtual machines to list.public Integer getMaxResults()
The maximum number of virtual machines to list.
public ListVirtualMachinesRequest withMaxResults(Integer maxResults)
The maximum number of virtual machines to list.
maxResults
- The maximum number of virtual machines to list.public void setNextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
maxResults
number of resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned resources. For example, if a request is made to return
maxResults
number of resources, NextToken
allows you to return more items in
your list starting at the location pointed to by the next token.public String getNextToken()
The next item following a partial list of returned resources. For example, if a request is made to return
maxResults
number of resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
maxResults
number of resources, NextToken
allows you to return more items in
your list starting at the location pointed to by the next token.public ListVirtualMachinesRequest withNextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
maxResults
number of resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned resources. For example, if a request is made to return
maxResults
number of resources, NextToken
allows you to return more items in
your list starting at the location pointed to by the next token.public String toString()
toString
in class Object
Object.toString()
public ListVirtualMachinesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()