@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrustStoreRevocationContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTrustStoreRevocationContentResult() |
Modifier and Type | Method and Description |
---|---|
GetTrustStoreRevocationContentResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The revocation files Amazon S3 URI.
|
int |
hashCode() |
void |
setLocation(String location)
The revocation files Amazon S3 URI.
|
String |
toString()
Returns a string representation of this object.
|
GetTrustStoreRevocationContentResult |
withLocation(String location)
The revocation files Amazon S3 URI.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetTrustStoreRevocationContentResult()
public void setLocation(String location)
The revocation files Amazon S3 URI.
location
- The revocation files Amazon S3 URI.public String getLocation()
The revocation files Amazon S3 URI.
public GetTrustStoreRevocationContentResult withLocation(String location)
The revocation files Amazon S3 URI.
location
- The revocation files Amazon S3 URI.public String toString()
toString
in class Object
Object.toString()
public GetTrustStoreRevocationContentResult clone()