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