@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListHostKeysRequest() |
Modifier and Type | Method and Description |
---|---|
ListHostKeysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of host keys to return.
|
String |
getNextToken()
When there are additional results that were not returned, a
NextToken parameter is returned. |
String |
getServerId()
The identifier of the server that contains the host keys that you want to view.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of host keys to return.
|
void |
setNextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
void |
setServerId(String serverId)
The identifier of the server that contains the host keys that you want to view.
|
String |
toString()
Returns a string representation of this object.
|
ListHostKeysRequest |
withMaxResults(Integer maxResults)
The maximum number of host keys to return.
|
ListHostKeysRequest |
withNextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListHostKeysRequest |
withServerId(String serverId)
The identifier of the server that contains the host keys that you want to view.
|
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 setMaxResults(Integer maxResults)
The maximum number of host keys to return.
maxResults
- The maximum number of host keys to return.public Integer getMaxResults()
The maximum number of host keys to return.
public ListHostKeysRequest withMaxResults(Integer maxResults)
The maximum number of host keys to return.
maxResults
- The maximum number of host keys to return.public void setNextToken(String nextToken)
When there are additional results that were not returned, a NextToken
parameter is returned. You can
use that value for a subsequent call to ListHostKeys
to continue listing results.
nextToken
- When there are additional results that were not returned, a NextToken
parameter is returned.
You can use that value for a subsequent call to ListHostKeys
to continue listing results.public String getNextToken()
When there are additional results that were not returned, a NextToken
parameter is returned. You can
use that value for a subsequent call to ListHostKeys
to continue listing results.
NextToken
parameter is returned.
You can use that value for a subsequent call to ListHostKeys
to continue listing results.public ListHostKeysRequest withNextToken(String nextToken)
When there are additional results that were not returned, a NextToken
parameter is returned. You can
use that value for a subsequent call to ListHostKeys
to continue listing results.
nextToken
- When there are additional results that were not returned, a NextToken
parameter is returned.
You can use that value for a subsequent call to ListHostKeys
to continue listing results.public void setServerId(String serverId)
The identifier of the server that contains the host keys that you want to view.
serverId
- The identifier of the server that contains the host keys that you want to view.public String getServerId()
The identifier of the server that contains the host keys that you want to view.
public ListHostKeysRequest withServerId(String serverId)
The identifier of the server that contains the host keys that you want to view.
serverId
- The identifier of the server that contains the host keys that you want to view.public String toString()
toString
in class Object
Object.toString()
public ListHostKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()