@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTrustStoreRevocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveTrustStoreRevocationsRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTrustStoreRevocationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Long> |
getRevocationIds()
The revocation IDs of the revocation files you want to remove.
|
String |
getTrustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
|
int |
hashCode() |
void |
setRevocationIds(Collection<Long> revocationIds)
The revocation IDs of the revocation files you want to remove.
|
void |
setTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
RemoveTrustStoreRevocationsRequest |
withRevocationIds(Collection<Long> revocationIds)
The revocation IDs of the revocation files you want to remove.
|
RemoveTrustStoreRevocationsRequest |
withRevocationIds(Long... revocationIds)
The revocation IDs of the revocation files you want to remove.
|
RemoveTrustStoreRevocationsRequest |
withTrustStoreArn(String trustStoreArn)
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 void setTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.public String getTrustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
public RemoveTrustStoreRevocationsRequest withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.public List<Long> getRevocationIds()
The revocation IDs of the revocation files you want to remove.
public void setRevocationIds(Collection<Long> revocationIds)
The revocation IDs of the revocation files you want to remove.
revocationIds
- The revocation IDs of the revocation files you want to remove.public RemoveTrustStoreRevocationsRequest withRevocationIds(Long... revocationIds)
The revocation IDs of the revocation files you want to remove.
NOTE: This method appends the values to the existing list (if any). Use
setRevocationIds(java.util.Collection)
or withRevocationIds(java.util.Collection)
if you want
to override the existing values.
revocationIds
- The revocation IDs of the revocation files you want to remove.public RemoveTrustStoreRevocationsRequest withRevocationIds(Collection<Long> revocationIds)
The revocation IDs of the revocation files you want to remove.
revocationIds
- The revocation IDs of the revocation files you want to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveTrustStoreRevocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()