@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetTrustStoreRevocationContentResult clone()