AWS SDK for C++

AWS SDK for C++ Version 1.11.605

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::EC2::Model::DeviceOptions Class Reference

#include <DeviceOptions.h>

Public Member Functions

AWS_EC2_API DeviceOptions ()=default
 
AWS_EC2_API DeviceOptions (const Aws::Utils::Xml::XmlNode &xmlNode)
 
AWS_EC2_API DeviceOptionsoperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
AWS_EC2_API void OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
 
AWS_EC2_API void OutputToStream (Aws::OStream &oStream, const char *location) const
 
const Aws::StringGetTenantId () const
 
bool TenantIdHasBeenSet () const
 
template<typename TenantIdT = Aws::String>
void SetTenantId (TenantIdT &&value)
 
template<typename TenantIdT = Aws::String>
DeviceOptionsWithTenantId (TenantIdT &&value)
 
 
 
template<typename PublicSigningKeyUrlT = Aws::String>
void SetPublicSigningKeyUrl (PublicSigningKeyUrlT &&value)
 
template<typename PublicSigningKeyUrlT = Aws::String>
DeviceOptionsWithPublicSigningKeyUrl (PublicSigningKeyUrlT &&value)
 

Detailed Description

Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.

See Also:

AWS API Reference

Definition at line 32 of file DeviceOptions.h.

Constructor & Destructor Documentation

◆ DeviceOptions() [1/2]

AWS_EC2_API Aws::EC2::Model::DeviceOptions::DeviceOptions ( )
default

◆ DeviceOptions() [2/2]

AWS_EC2_API Aws::EC2::Model::DeviceOptions::DeviceOptions ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

◆ GetPublicSigningKeyUrl()

const Aws::String & Aws::EC2::Model::DeviceOptions::GetPublicSigningKeyUrl ( ) const
inline

The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

Definition at line 60 of file DeviceOptions.h.

◆ GetTenantId()

const Aws::String & Aws::EC2::Model::DeviceOptions::GetTenantId ( ) const
inline

The ID of the tenant application with the device-identity provider.

Definition at line 47 of file DeviceOptions.h.

◆ operator=()

AWS_EC2_API DeviceOptions & Aws::EC2::Model::DeviceOptions::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)

◆ OutputToStream() [1/2]

AWS_EC2_API void Aws::EC2::Model::DeviceOptions::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const

◆ OutputToStream() [2/2]

AWS_EC2_API void Aws::EC2::Model::DeviceOptions::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const

◆ PublicSigningKeyUrlHasBeenSet()

bool Aws::EC2::Model::DeviceOptions::PublicSigningKeyUrlHasBeenSet ( ) const
inline

The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

Definition at line 61 of file DeviceOptions.h.

◆ SetPublicSigningKeyUrl()

template<typename PublicSigningKeyUrlT = Aws::String>
void Aws::EC2::Model::DeviceOptions::SetPublicSigningKeyUrl ( PublicSigningKeyUrlT &&  value)
inline

The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

Definition at line 63 of file DeviceOptions.h.

◆ SetTenantId()

template<typename TenantIdT = Aws::String>
void Aws::EC2::Model::DeviceOptions::SetTenantId ( TenantIdT &&  value)
inline

The ID of the tenant application with the device-identity provider.

Definition at line 50 of file DeviceOptions.h.

◆ TenantIdHasBeenSet()

bool Aws::EC2::Model::DeviceOptions::TenantIdHasBeenSet ( ) const
inline

The ID of the tenant application with the device-identity provider.

Definition at line 48 of file DeviceOptions.h.

◆ WithPublicSigningKeyUrl()

template<typename PublicSigningKeyUrlT = Aws::String>
DeviceOptions & Aws::EC2::Model::DeviceOptions::WithPublicSigningKeyUrl ( PublicSigningKeyUrlT &&  value)
inline

The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

Definition at line 65 of file DeviceOptions.h.

◆ WithTenantId()

template<typename TenantIdT = Aws::String>
DeviceOptions & Aws::EC2::Model::DeviceOptions::WithTenantId ( TenantIdT &&  value)
inline

The ID of the tenant application with the device-identity provider.

Definition at line 52 of file DeviceOptions.h.


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