@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrustStoreRevocationContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTrustStoreRevocationContentRequest() |
Modifier and Type | Method and Description |
---|---|
GetTrustStoreRevocationContentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getRevocationId()
The revocation ID of the revocation file.
|
String |
getTrustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
|
int |
hashCode() |
void |
setRevocationId(Long revocationId)
The revocation ID of the revocation file.
|
void |
setTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
GetTrustStoreRevocationContentRequest |
withRevocationId(Long revocationId)
The revocation ID of the revocation file.
|
GetTrustStoreRevocationContentRequest |
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 GetTrustStoreRevocationContentRequest()
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 GetTrustStoreRevocationContentRequest withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.public void setRevocationId(Long revocationId)
The revocation ID of the revocation file.
revocationId
- The revocation ID of the revocation file.public Long getRevocationId()
The revocation ID of the revocation file.
public GetTrustStoreRevocationContentRequest withRevocationId(Long revocationId)
The revocation ID of the revocation file.
revocationId
- The revocation ID of the revocation file.public String toString()
toString
in class Object
Object.toString()
public GetTrustStoreRevocationContentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()