#include <RelatedResource.h>
|
| RelatedResource () |
|
| RelatedResource (Aws::Utils::Json::JsonView jsonValue) |
|
RelatedResource & | operator= (Aws::Utils::Json::JsonView jsonValue) |
|
Aws::Utils::Json::JsonValue | Jsonize () const |
|
const ResourceType & | GetResourceType () const |
|
bool | ResourceTypeHasBeenSet () const |
|
void | SetResourceType (const ResourceType &value) |
|
void | SetResourceType (ResourceType &&value) |
|
RelatedResource & | WithResourceType (const ResourceType &value) |
|
RelatedResource & | WithResourceType (ResourceType &&value) |
|
const ResourceIdentifier & | GetResourceIdentifier () const |
|
bool | ResourceIdentifierHasBeenSet () const |
|
void | SetResourceIdentifier (const ResourceIdentifier &value) |
|
void | SetResourceIdentifier (ResourceIdentifier &&value) |
|
RelatedResource & | WithResourceIdentifier (const ResourceIdentifier &value) |
|
RelatedResource & | WithResourceIdentifier (ResourceIdentifier &&value) |
|
const Aws::Map< Aws::String, Aws::String > & | GetAdditionalInfo () const |
|
bool | AdditionalInfoHasBeenSet () const |
|
void | SetAdditionalInfo (const Aws::Map< Aws::String, Aws::String > &value) |
|
void | SetAdditionalInfo (Aws::Map< Aws::String, Aws::String > &&value) |
|
RelatedResource & | WithAdditionalInfo (const Aws::Map< Aws::String, Aws::String > &value) |
|
RelatedResource & | WithAdditionalInfo (Aws::Map< Aws::String, Aws::String > &&value) |
|
RelatedResource & | AddAdditionalInfo (const Aws::String &key, const Aws::String &value) |
|
RelatedResource & | AddAdditionalInfo (Aws::String &&key, const Aws::String &value) |
|
RelatedResource & | AddAdditionalInfo (const Aws::String &key, Aws::String &&value) |
|
RelatedResource & | AddAdditionalInfo (Aws::String &&key, Aws::String &&value) |
|
RelatedResource & | AddAdditionalInfo (const char *key, Aws::String &&value) |
|
RelatedResource & | AddAdditionalInfo (Aws::String &&key, const char *value) |
|
RelatedResource & | AddAdditionalInfo (const char *key, const char *value) |
|
Information about a related resource.
See Also:
AWS API Reference
Definition at line 34 of file RelatedResource.h.
◆ RelatedResource() [1/2]
Aws::IoT::Model::RelatedResource::RelatedResource |
( |
| ) |
|
◆ RelatedResource() [2/2]
◆ AddAdditionalInfo() [1/7]
◆ AddAdditionalInfo() [2/7]
◆ AddAdditionalInfo() [3/7]
◆ AddAdditionalInfo() [4/7]
◆ AddAdditionalInfo() [5/7]
◆ AddAdditionalInfo() [6/7]
◆ AddAdditionalInfo() [7/7]
RelatedResource& Aws::IoT::Model::RelatedResource::AddAdditionalInfo |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
inline |
◆ AdditionalInfoHasBeenSet()
bool Aws::IoT::Model::RelatedResource::AdditionalInfoHasBeenSet |
( |
| ) |
const |
|
inline |
◆ GetAdditionalInfo()
◆ GetResourceIdentifier()
const ResourceIdentifier& Aws::IoT::Model::RelatedResource::GetResourceIdentifier |
( |
| ) |
const |
|
inline |
◆ GetResourceType()
const ResourceType& Aws::IoT::Model::RelatedResource::GetResourceType |
( |
| ) |
const |
|
inline |
◆ Jsonize()
◆ operator=()
◆ ResourceIdentifierHasBeenSet()
bool Aws::IoT::Model::RelatedResource::ResourceIdentifierHasBeenSet |
( |
| ) |
const |
|
inline |
◆ ResourceTypeHasBeenSet()
bool Aws::IoT::Model::RelatedResource::ResourceTypeHasBeenSet |
( |
| ) |
const |
|
inline |
◆ SetAdditionalInfo() [1/2]
◆ SetAdditionalInfo() [2/2]
◆ SetResourceIdentifier() [1/2]
void Aws::IoT::Model::RelatedResource::SetResourceIdentifier |
( |
const ResourceIdentifier & |
value | ) |
|
|
inline |
◆ SetResourceIdentifier() [2/2]
void Aws::IoT::Model::RelatedResource::SetResourceIdentifier |
( |
ResourceIdentifier && |
value | ) |
|
|
inline |
◆ SetResourceType() [1/2]
void Aws::IoT::Model::RelatedResource::SetResourceType |
( |
const ResourceType & |
value | ) |
|
|
inline |
◆ SetResourceType() [2/2]
void Aws::IoT::Model::RelatedResource::SetResourceType |
( |
ResourceType && |
value | ) |
|
|
inline |
◆ WithAdditionalInfo() [1/2]
◆ WithAdditionalInfo() [2/2]
◆ WithResourceIdentifier() [1/2]
◆ WithResourceIdentifier() [2/2]
◆ WithResourceType() [1/2]
◆ WithResourceType() [2/2]
The documentation for this class was generated from the following file: