@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTransitGatewayRoutesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportTransitGatewayRoutesResult() |
Modifier and Type | Method and Description |
---|---|
ExportTransitGatewayRoutesResult |
clone() |
boolean |
equals(Object obj) |
String |
getS3Location()
The URL of the exported file in Amazon S3.
|
int |
hashCode() |
void |
setS3Location(String s3Location)
The URL of the exported file in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
ExportTransitGatewayRoutesResult |
withS3Location(String s3Location)
The URL of the exported file in Amazon S3.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setS3Location(String s3Location)
The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
s3Location
- The URL of the exported file in Amazon S3. For example,
s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.public String getS3Location()
The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
public ExportTransitGatewayRoutesResult withS3Location(String s3Location)
The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
s3Location
- The URL of the exported file in Amazon S3. For example,
s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.public String toString()
toString
in class Object
Object.toString()
public ExportTransitGatewayRoutesResult clone()