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