AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::EC2::Model::ExportToS3TaskSpecification Class Reference

#include <ExportToS3TaskSpecification.h>

Public Member Functions

 ExportToS3TaskSpecification ()
 
 ExportToS3TaskSpecification (const Aws::Utils::Xml::XmlNode &xmlNode)
 
ExportToS3TaskSpecificationoperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
void OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
 
void OutputToStream (Aws::OStream &oStream, const char *location) const
 
const DiskImageFormatGetDiskImageFormat () const
 
void SetDiskImageFormat (const DiskImageFormat &value)
 
void SetDiskImageFormat (DiskImageFormat &&value)
 
ExportToS3TaskSpecificationWithDiskImageFormat (const DiskImageFormat &value)
 
ExportToS3TaskSpecificationWithDiskImageFormat (DiskImageFormat &&value)
 
const ContainerFormatGetContainerFormat () const
 
void SetContainerFormat (const ContainerFormat &value)
 
void SetContainerFormat (ContainerFormat &&value)
 
ExportToS3TaskSpecificationWithContainerFormat (const ContainerFormat &value)
 
ExportToS3TaskSpecificationWithContainerFormat (ContainerFormat &&value)
 
const Aws::StringGetS3Bucket () const
 
void SetS3Bucket (const Aws::String &value)
 
void SetS3Bucket (Aws::String &&value)
 
void SetS3Bucket (const char *value)
 
ExportToS3TaskSpecificationWithS3Bucket (const Aws::String &value)
 
ExportToS3TaskSpecificationWithS3Bucket (Aws::String &&value)
 
ExportToS3TaskSpecificationWithS3Bucket (const char *value)
 
const Aws::StringGetS3Prefix () const
 
void SetS3Prefix (const Aws::String &value)
 
void SetS3Prefix (Aws::String &&value)
 
void SetS3Prefix (const char *value)
 
ExportToS3TaskSpecificationWithS3Prefix (const Aws::String &value)
 
ExportToS3TaskSpecificationWithS3Prefix (Aws::String &&value)
 
ExportToS3TaskSpecificationWithS3Prefix (const char *value)
 

Detailed Description

Describes an instance export task.

Definition at line 39 of file ExportToS3TaskSpecification.h.

Constructor & Destructor Documentation

Aws::EC2::Model::ExportToS3TaskSpecification::ExportToS3TaskSpecification ( )
Aws::EC2::Model::ExportToS3TaskSpecification::ExportToS3TaskSpecification ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

const ContainerFormat& Aws::EC2::Model::ExportToS3TaskSpecification::GetContainerFormat ( ) const
inline

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Definition at line 78 of file ExportToS3TaskSpecification.h.

const DiskImageFormat& Aws::EC2::Model::ExportToS3TaskSpecification::GetDiskImageFormat ( ) const
inline

The format for the exported image.

Definition at line 52 of file ExportToS3TaskSpecification.h.

const Aws::String& Aws::EC2::Model::ExportToS3TaskSpecification::GetS3Bucket ( ) const
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 109 of file ExportToS3TaskSpecification.h.

const Aws::String& Aws::EC2::Model::ExportToS3TaskSpecification::GetS3Prefix ( ) const
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 157 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)
void Aws::EC2::Model::ExportToS3TaskSpecification::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const
void Aws::EC2::Model::ExportToS3TaskSpecification::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const
void Aws::EC2::Model::ExportToS3TaskSpecification::SetContainerFormat ( const ContainerFormat value)
inline

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Definition at line 84 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetContainerFormat ( ContainerFormat &&  value)
inline

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Definition at line 90 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetDiskImageFormat ( const DiskImageFormat value)
inline

The format for the exported image.

Definition at line 57 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetDiskImageFormat ( DiskImageFormat &&  value)
inline

The format for the exported image.

Definition at line 62 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Bucket ( const Aws::String value)
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 116 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Bucket ( Aws::String &&  value)
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 123 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Bucket ( const char *  value)
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 130 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Prefix ( const Aws::String value)
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 163 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Prefix ( Aws::String &&  value)
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 169 of file ExportToS3TaskSpecification.h.

void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Prefix ( const char *  value)
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 175 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithContainerFormat ( const ContainerFormat value)
inline

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Definition at line 96 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithContainerFormat ( ContainerFormat &&  value)
inline

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Definition at line 102 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithDiskImageFormat ( const DiskImageFormat value)
inline

The format for the exported image.

Definition at line 67 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithDiskImageFormat ( DiskImageFormat &&  value)
inline

The format for the exported image.

Definition at line 72 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithS3Bucket ( const Aws::String value)
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 137 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithS3Bucket ( Aws::String &&  value)
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 144 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithS3Bucket ( const char *  value)
inline

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-im.nosp@m.port.nosp@m.-expo.nosp@m.rt@a.nosp@m.mazon.nosp@m..com.

Definition at line 151 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithS3Prefix ( const Aws::String value)
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 181 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithS3Prefix ( Aws::String &&  value)
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 187 of file ExportToS3TaskSpecification.h.

ExportToS3TaskSpecification& Aws::EC2::Model::ExportToS3TaskSpecification::WithS3Prefix ( const char *  value)
inline

The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Definition at line 193 of file ExportToS3TaskSpecification.h.


The documentation for this class was generated from the following file: