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

#include <Owner.h>

Public Member Functions

 Owner ()
 
 Owner (const Aws::Utils::Xml::XmlNode &xmlNode)
 
Owneroperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
void AddToNode (Aws::Utils::Xml::XmlNode &parentNode) const
 
const Aws::StringGetDisplayName () const
 
void SetDisplayName (const Aws::String &value)
 
void SetDisplayName (Aws::String &&value)
 
void SetDisplayName (const char *value)
 
OwnerWithDisplayName (const Aws::String &value)
 
OwnerWithDisplayName (Aws::String &&value)
 
OwnerWithDisplayName (const char *value)
 
const Aws::StringGetID () const
 
void SetID (const Aws::String &value)
 
void SetID (Aws::String &&value)
 
void SetID (const char *value)
 
OwnerWithID (const Aws::String &value)
 
OwnerWithID (Aws::String &&value)
 
OwnerWithID (const char *value)
 

Detailed Description

Definition at line 33 of file Owner.h.

Constructor & Destructor Documentation

Aws::S3::Model::Owner::Owner ( )
Aws::S3::Model::Owner::Owner ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

void Aws::S3::Model::Owner::AddToNode ( Aws::Utils::Xml::XmlNode parentNode) const
const Aws::String& Aws::S3::Model::Owner::GetDisplayName ( ) const
inline

Definition at line 43 of file Owner.h.

const Aws::String& Aws::S3::Model::Owner::GetID ( ) const
inline

Definition at line 64 of file Owner.h.

Owner& Aws::S3::Model::Owner::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)
void Aws::S3::Model::Owner::SetDisplayName ( const Aws::String value)
inline

Definition at line 46 of file Owner.h.

void Aws::S3::Model::Owner::SetDisplayName ( Aws::String &&  value)
inline

Definition at line 49 of file Owner.h.

void Aws::S3::Model::Owner::SetDisplayName ( const char *  value)
inline

Definition at line 52 of file Owner.h.

void Aws::S3::Model::Owner::SetID ( const Aws::String value)
inline

Definition at line 67 of file Owner.h.

void Aws::S3::Model::Owner::SetID ( Aws::String &&  value)
inline

Definition at line 70 of file Owner.h.

void Aws::S3::Model::Owner::SetID ( const char *  value)
inline

Definition at line 73 of file Owner.h.

Owner& Aws::S3::Model::Owner::WithDisplayName ( const Aws::String value)
inline

Definition at line 55 of file Owner.h.

Owner& Aws::S3::Model::Owner::WithDisplayName ( Aws::String &&  value)
inline

Definition at line 58 of file Owner.h.

Owner& Aws::S3::Model::Owner::WithDisplayName ( const char *  value)
inline

Definition at line 61 of file Owner.h.

Owner& Aws::S3::Model::Owner::WithID ( const Aws::String value)
inline

Definition at line 76 of file Owner.h.

Owner& Aws::S3::Model::Owner::WithID ( Aws::String &&  value)
inline

Definition at line 79 of file Owner.h.

Owner& Aws::S3::Model::Owner::WithID ( const char *  value)
inline

Definition at line 82 of file Owner.h.


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