@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustStoresRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTrustStoresRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustStoresRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
The marker for the next set of results.
|
List<String> |
getNames()
The names of the trust stores.
|
Integer |
getPageSize()
The maximum number of results to return with this call.
|
List<String> |
getTrustStoreArns()
The Amazon Resource Name (ARN) of the trust store.
|
int |
hashCode() |
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setNames(Collection<String> names)
The names of the trust stores.
|
void |
setPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
void |
setTrustStoreArns(Collection<String> trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrustStoresRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeTrustStoresRequest |
withNames(Collection<String> names)
The names of the trust stores.
|
DescribeTrustStoresRequest |
withNames(String... names)
The names of the trust stores.
|
DescribeTrustStoresRequest |
withPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
DescribeTrustStoresRequest |
withTrustStoreArns(Collection<String> trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
|
DescribeTrustStoresRequest |
withTrustStoreArns(String... trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
|
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 List<String> getTrustStoreArns()
The Amazon Resource Name (ARN) of the trust store.
public void setTrustStoreArns(Collection<String> trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArns
- The Amazon Resource Name (ARN) of the trust store.public DescribeTrustStoresRequest withTrustStoreArns(String... trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
NOTE: This method appends the values to the existing list (if any). Use
setTrustStoreArns(java.util.Collection)
or withTrustStoreArns(java.util.Collection)
if you want
to override the existing values.
trustStoreArns
- The Amazon Resource Name (ARN) of the trust store.public DescribeTrustStoresRequest withTrustStoreArns(Collection<String> trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArns
- The Amazon Resource Name (ARN) of the trust store.public List<String> getNames()
The names of the trust stores.
public void setNames(Collection<String> names)
The names of the trust stores.
names
- The names of the trust stores.public DescribeTrustStoresRequest withNames(String... names)
The names of the trust stores.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- The names of the trust stores.public DescribeTrustStoresRequest withNames(Collection<String> names)
The names of the trust stores.
names
- The names of the trust stores.public void setMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeTrustStoresRequest withMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public void setPageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize
- The maximum number of results to return with this call.public Integer getPageSize()
The maximum number of results to return with this call.
public DescribeTrustStoresRequest withPageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize
- The maximum number of results to return with this call.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustStoresRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()