AWS SDK for C++

AWS SDK for C++ Version 1.11.488

All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::DataZone::Model::SubscribedListing Class Reference

#include <SubscribedListing.h>

Public Member Functions

AWS_DATAZONE_API SubscribedListing ()
 
AWS_DATAZONE_API SubscribedListing (Aws::Utils::Json::JsonView jsonValue)
 
 
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize () const
 
const Aws::StringGetDescription () const
 
bool DescriptionHasBeenSet () const
 
void SetDescription (const Aws::String &value)
 
void SetDescription (Aws::String &&value)
 
void SetDescription (const char *value)
 
 
 
SubscribedListingWithDescription (const char *value)
 
const Aws::StringGetId () const
 
bool IdHasBeenSet () const
 
void SetId (const Aws::String &value)
 
void SetId (Aws::String &&value)
 
void SetId (const char *value)
 
 
 
SubscribedListingWithId (const char *value)
 
const SubscribedListingItemGetItem () const
 
bool ItemHasBeenSet () const
 
void SetItem (const SubscribedListingItem &value)
 
 
 
 
const Aws::StringGetName () const
 
bool NameHasBeenSet () const
 
void SetName (const Aws::String &value)
 
void SetName (Aws::String &&value)
 
void SetName (const char *value)
 
 
 
SubscribedListingWithName (const char *value)
 
const Aws::StringGetOwnerProjectId () const
 
 
void SetOwnerProjectId (const Aws::String &value)
 
 
void SetOwnerProjectId (const char *value)
 
 
 
SubscribedListingWithOwnerProjectId (const char *value)
 
 
 
void SetOwnerProjectName (const Aws::String &value)
 
 
void SetOwnerProjectName (const char *value)
 
 
 
 
const Aws::StringGetRevision () const
 
bool RevisionHasBeenSet () const
 
void SetRevision (const Aws::String &value)
 
void SetRevision (Aws::String &&value)
 
void SetRevision (const char *value)
 
 
 
SubscribedListingWithRevision (const char *value)
 

Detailed Description

The details of the published asset for which the subscription grant is created.

See Also:

AWS API Reference

Definition at line 33 of file SubscribedListing.h.

Constructor & Destructor Documentation

◆ SubscribedListing() [1/2]

AWS_DATAZONE_API Aws::DataZone::Model::SubscribedListing::SubscribedListing ( )

◆ SubscribedListing() [2/2]

AWS_DATAZONE_API Aws::DataZone::Model::SubscribedListing::SubscribedListing ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ DescriptionHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::DescriptionHasBeenSet ( ) const
inline

The description of the published asset for which the subscription grant is created.

Definition at line 48 of file SubscribedListing.h.

◆ GetDescription()

const Aws::String & Aws::DataZone::Model::SubscribedListing::GetDescription ( ) const
inline

The description of the published asset for which the subscription grant is created.

Definition at line 47 of file SubscribedListing.h.

◆ GetId()

const Aws::String & Aws::DataZone::Model::SubscribedListing::GetId ( ) const
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 62 of file SubscribedListing.h.

◆ GetItem()

const SubscribedListingItem & Aws::DataZone::Model::SubscribedListing::GetItem ( ) const
inline

The published asset for which the subscription grant is created.

Definition at line 76 of file SubscribedListing.h.

◆ GetName()

const Aws::String & Aws::DataZone::Model::SubscribedListing::GetName ( ) const
inline

The name of the published asset for which the subscription grant is created.

Definition at line 89 of file SubscribedListing.h.

◆ GetOwnerProjectId()

const Aws::String & Aws::DataZone::Model::SubscribedListing::GetOwnerProjectId ( ) const
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 104 of file SubscribedListing.h.

◆ GetOwnerProjectName()

const Aws::String & Aws::DataZone::Model::SubscribedListing::GetOwnerProjectName ( ) const
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 119 of file SubscribedListing.h.

◆ GetRevision()

const Aws::String & Aws::DataZone::Model::SubscribedListing::GetRevision ( ) const
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 134 of file SubscribedListing.h.

◆ IdHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::IdHasBeenSet ( ) const
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 63 of file SubscribedListing.h.

◆ ItemHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::ItemHasBeenSet ( ) const
inline

The published asset for which the subscription grant is created.

Definition at line 77 of file SubscribedListing.h.

◆ Jsonize()

AWS_DATAZONE_API Aws::Utils::Json::JsonValue Aws::DataZone::Model::SubscribedListing::Jsonize ( ) const

◆ NameHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::NameHasBeenSet ( ) const
inline

The name of the published asset for which the subscription grant is created.

Definition at line 90 of file SubscribedListing.h.

◆ operator=()

AWS_DATAZONE_API SubscribedListing & Aws::DataZone::Model::SubscribedListing::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ OwnerProjectIdHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::OwnerProjectIdHasBeenSet ( ) const
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 105 of file SubscribedListing.h.

◆ OwnerProjectNameHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::OwnerProjectNameHasBeenSet ( ) const
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 120 of file SubscribedListing.h.

◆ RevisionHasBeenSet()

bool Aws::DataZone::Model::SubscribedListing::RevisionHasBeenSet ( ) const
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 135 of file SubscribedListing.h.

◆ SetDescription() [1/3]

void Aws::DataZone::Model::SubscribedListing::SetDescription ( Aws::String &&  value)
inline

The description of the published asset for which the subscription grant is created.

Definition at line 50 of file SubscribedListing.h.

◆ SetDescription() [2/3]

void Aws::DataZone::Model::SubscribedListing::SetDescription ( const Aws::String value)
inline

The description of the published asset for which the subscription grant is created.

Definition at line 49 of file SubscribedListing.h.

◆ SetDescription() [3/3]

void Aws::DataZone::Model::SubscribedListing::SetDescription ( const char *  value)
inline

The description of the published asset for which the subscription grant is created.

Definition at line 51 of file SubscribedListing.h.

◆ SetId() [1/3]

void Aws::DataZone::Model::SubscribedListing::SetId ( Aws::String &&  value)
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 65 of file SubscribedListing.h.

◆ SetId() [2/3]

void Aws::DataZone::Model::SubscribedListing::SetId ( const Aws::String value)
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 64 of file SubscribedListing.h.

◆ SetId() [3/3]

void Aws::DataZone::Model::SubscribedListing::SetId ( const char *  value)
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 66 of file SubscribedListing.h.

◆ SetItem() [1/2]

void Aws::DataZone::Model::SubscribedListing::SetItem ( const SubscribedListingItem value)
inline

The published asset for which the subscription grant is created.

Definition at line 78 of file SubscribedListing.h.

◆ SetItem() [2/2]

void Aws::DataZone::Model::SubscribedListing::SetItem ( SubscribedListingItem &&  value)
inline

The published asset for which the subscription grant is created.

Definition at line 79 of file SubscribedListing.h.

◆ SetName() [1/3]

void Aws::DataZone::Model::SubscribedListing::SetName ( Aws::String &&  value)
inline

The name of the published asset for which the subscription grant is created.

Definition at line 92 of file SubscribedListing.h.

◆ SetName() [2/3]

void Aws::DataZone::Model::SubscribedListing::SetName ( const Aws::String value)
inline

The name of the published asset for which the subscription grant is created.

Definition at line 91 of file SubscribedListing.h.

◆ SetName() [3/3]

void Aws::DataZone::Model::SubscribedListing::SetName ( const char *  value)
inline

The name of the published asset for which the subscription grant is created.

Definition at line 93 of file SubscribedListing.h.

◆ SetOwnerProjectId() [1/3]

void Aws::DataZone::Model::SubscribedListing::SetOwnerProjectId ( Aws::String &&  value)
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 107 of file SubscribedListing.h.

◆ SetOwnerProjectId() [2/3]

void Aws::DataZone::Model::SubscribedListing::SetOwnerProjectId ( const Aws::String value)
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 106 of file SubscribedListing.h.

◆ SetOwnerProjectId() [3/3]

void Aws::DataZone::Model::SubscribedListing::SetOwnerProjectId ( const char *  value)
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 108 of file SubscribedListing.h.

◆ SetOwnerProjectName() [1/3]

void Aws::DataZone::Model::SubscribedListing::SetOwnerProjectName ( Aws::String &&  value)
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 122 of file SubscribedListing.h.

◆ SetOwnerProjectName() [2/3]

void Aws::DataZone::Model::SubscribedListing::SetOwnerProjectName ( const Aws::String value)
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 121 of file SubscribedListing.h.

◆ SetOwnerProjectName() [3/3]

void Aws::DataZone::Model::SubscribedListing::SetOwnerProjectName ( const char *  value)
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 123 of file SubscribedListing.h.

◆ SetRevision() [1/3]

void Aws::DataZone::Model::SubscribedListing::SetRevision ( Aws::String &&  value)
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 137 of file SubscribedListing.h.

◆ SetRevision() [2/3]

void Aws::DataZone::Model::SubscribedListing::SetRevision ( const Aws::String value)
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 136 of file SubscribedListing.h.

◆ SetRevision() [3/3]

void Aws::DataZone::Model::SubscribedListing::SetRevision ( const char *  value)
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 138 of file SubscribedListing.h.

◆ WithDescription() [1/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithDescription ( Aws::String &&  value)
inline

The description of the published asset for which the subscription grant is created.

Definition at line 53 of file SubscribedListing.h.

◆ WithDescription() [2/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithDescription ( const Aws::String value)
inline

The description of the published asset for which the subscription grant is created.

Definition at line 52 of file SubscribedListing.h.

◆ WithDescription() [3/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithDescription ( const char *  value)
inline

The description of the published asset for which the subscription grant is created.

Definition at line 54 of file SubscribedListing.h.

◆ WithId() [1/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithId ( Aws::String &&  value)
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 68 of file SubscribedListing.h.

◆ WithId() [2/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithId ( const Aws::String value)
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 67 of file SubscribedListing.h.

◆ WithId() [3/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithId ( const char *  value)
inline

The identifier of the published asset for which the subscription grant is created.

Definition at line 69 of file SubscribedListing.h.

◆ WithItem() [1/2]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithItem ( const SubscribedListingItem value)
inline

The published asset for which the subscription grant is created.

Definition at line 80 of file SubscribedListing.h.

◆ WithItem() [2/2]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithItem ( SubscribedListingItem &&  value)
inline

The published asset for which the subscription grant is created.

Definition at line 81 of file SubscribedListing.h.

◆ WithName() [1/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithName ( Aws::String &&  value)
inline

The name of the published asset for which the subscription grant is created.

Definition at line 95 of file SubscribedListing.h.

◆ WithName() [2/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithName ( const Aws::String value)
inline

The name of the published asset for which the subscription grant is created.

Definition at line 94 of file SubscribedListing.h.

◆ WithName() [3/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithName ( const char *  value)
inline

The name of the published asset for which the subscription grant is created.

Definition at line 96 of file SubscribedListing.h.

◆ WithOwnerProjectId() [1/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithOwnerProjectId ( Aws::String &&  value)
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 110 of file SubscribedListing.h.

◆ WithOwnerProjectId() [2/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithOwnerProjectId ( const Aws::String value)
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 109 of file SubscribedListing.h.

◆ WithOwnerProjectId() [3/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithOwnerProjectId ( const char *  value)
inline

The identifier of the project of the published asset for which the subscription grant is created.

Definition at line 111 of file SubscribedListing.h.

◆ WithOwnerProjectName() [1/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithOwnerProjectName ( Aws::String &&  value)
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 125 of file SubscribedListing.h.

◆ WithOwnerProjectName() [2/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithOwnerProjectName ( const Aws::String value)
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 124 of file SubscribedListing.h.

◆ WithOwnerProjectName() [3/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithOwnerProjectName ( const char *  value)
inline

The name of the project that owns the published asset for which the subscription grant is created.

Definition at line 126 of file SubscribedListing.h.

◆ WithRevision() [1/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithRevision ( Aws::String &&  value)
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 140 of file SubscribedListing.h.

◆ WithRevision() [2/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithRevision ( const Aws::String value)
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 139 of file SubscribedListing.h.

◆ WithRevision() [3/3]

SubscribedListing & Aws::DataZone::Model::SubscribedListing::WithRevision ( const char *  value)
inline

The revision of the published asset for which the subscription grant is created.

Definition at line 141 of file SubscribedListing.h.


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