AWS SDK for C++

AWS SDK for C++ Version 1.11.641

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

#include <DetachAndDeleteS3AccessPointResult.h>

Public Member Functions

AWS_FSX_API DetachAndDeleteS3AccessPointResult ()=default
 
 
 
 
 
 
const Aws::StringGetName () const
 
template<typename NameT = Aws::String>
void SetName (NameT &&value)
 
template<typename NameT = Aws::String>
 
const Aws::StringGetRequestId () const
 
template<typename RequestIdT = Aws::String>
void SetRequestId (RequestIdT &&value)
 
template<typename RequestIdT = Aws::String>
 

Detailed Description

Definition at line 28 of file DetachAndDeleteS3AccessPointResult.h.

Constructor & Destructor Documentation

◆ DetachAndDeleteS3AccessPointResult() [1/2]

AWS_FSX_API Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::DetachAndDeleteS3AccessPointResult ( )
default

◆ DetachAndDeleteS3AccessPointResult() [2/2]

AWS_FSX_API Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::DetachAndDeleteS3AccessPointResult ( const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &  result)

Member Function Documentation

◆ GetLifecycle()

S3AccessPointAttachmentLifecycle Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::GetLifecycle ( ) const
inline

The lifecycle status of the S3 access point attachment.

Definition at line 40 of file DetachAndDeleteS3AccessPointResult.h.

◆ GetName()

const Aws::String & Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::GetName ( ) const
inline

The name of the S3 access point attachment being deleted.

Definition at line 49 of file DetachAndDeleteS3AccessPointResult.h.

◆ GetRequestId()

const Aws::String & Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::GetRequestId ( ) const
inline

Definition at line 58 of file DetachAndDeleteS3AccessPointResult.h.

◆ operator=()

AWS_FSX_API DetachAndDeleteS3AccessPointResult & Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::operator= ( const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &  result)

◆ SetLifecycle()

void Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::SetLifecycle ( S3AccessPointAttachmentLifecycle  value)
inline

The lifecycle status of the S3 access point attachment.

Definition at line 41 of file DetachAndDeleteS3AccessPointResult.h.

◆ SetName()

template<typename NameT = Aws::String>
void Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::SetName ( NameT &&  value)
inline

The name of the S3 access point attachment being deleted.

Definition at line 51 of file DetachAndDeleteS3AccessPointResult.h.

◆ SetRequestId()

template<typename RequestIdT = Aws::String>
void Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::SetRequestId ( RequestIdT &&  value)
inline

Definition at line 60 of file DetachAndDeleteS3AccessPointResult.h.

◆ WithLifecycle()

DetachAndDeleteS3AccessPointResult & Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::WithLifecycle ( S3AccessPointAttachmentLifecycle  value)
inline

The lifecycle status of the S3 access point attachment.

Definition at line 42 of file DetachAndDeleteS3AccessPointResult.h.

◆ WithName()

template<typename NameT = Aws::String>
DetachAndDeleteS3AccessPointResult & Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::WithName ( NameT &&  value)
inline

The name of the S3 access point attachment being deleted.

Definition at line 53 of file DetachAndDeleteS3AccessPointResult.h.

◆ WithRequestId()

template<typename RequestIdT = Aws::String>
DetachAndDeleteS3AccessPointResult & Aws::FSx::Model::DetachAndDeleteS3AccessPointResult::WithRequestId ( RequestIdT &&  value)
inline

Definition at line 62 of file DetachAndDeleteS3AccessPointResult.h.


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