public class ListKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListKeys operation
.
Lists the customer master keys.
NOOP
Constructor and Description |
---|
ListKeysRequest() |
Modifier and Type | Method and Description |
---|---|
ListKeysRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response.
|
String |
getMarker()
Use this parameter only when paginating results, and only in a
subsequent request after you've received a response where the results
are truncated.
|
int |
hashCode() |
void |
setLimit(Integer limit)
Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response.
|
void |
setMarker(String marker)
Use this parameter only when paginating results, and only in a
subsequent request after you've received a response where the results
are truncated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListKeysRequest |
withLimit(Integer limit)
Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response.
|
ListKeysRequest |
withMarker(String marker)
Use this parameter only when paginating results, and only in a
subsequent request after you've received a response where the results
are truncated.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public Integer getLimit()
Truncated
response element will be set to
true.
Constraints:
Range: 1 - 1000
Truncated
response element will be set to
true.
public void setLimit(Integer limit)
Truncated
response element will be set to
true.
Constraints:
Range: 1 - 1000
limit
- Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response. If there are
additional keys beyond the maximum you specify, the
Truncated
response element will be set to
true.
public ListKeysRequest withLimit(Integer limit)
Truncated
response element will be set to
true.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1000
limit
- Specify this parameter only when paginating results to indicate the
maximum number of keys you want listed in the response. If there are
additional keys beyond the maximum you specify, the
Truncated
response element will be set to
true.
public String getMarker()
NextMarker
in
the response you just received.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
NextMarker
in
the response you just received.public void setMarker(String marker)
NextMarker
in
the response you just received.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
marker
- Use this parameter only when paginating results, and only in a
subsequent request after you've received a response where the results
are truncated. Set it to the value of the NextMarker
in
the response you just received.public ListKeysRequest withMarker(String marker)
NextMarker
in
the response you just received.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
marker
- Use this parameter only when paginating results, and only in a
subsequent request after you've received a response where the results
are truncated. Set it to the value of the NextMarker
in
the response you just received.public String toString()
toString
in class Object
Object.toString()
public ListKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.