& result);
/**
* The returned
* ProfilingGroupDescription
object that contains information
* about the requested profiling group.
*/
inline const ProfilingGroupDescription& GetProfilingGroup() const{ return m_profilingGroup; }
/**
* The returned
* ProfilingGroupDescription
object that contains information
* about the requested profiling group.
*/
inline void SetProfilingGroup(const ProfilingGroupDescription& value) { m_profilingGroup = value; }
/**
* The returned
* ProfilingGroupDescription
object that contains information
* about the requested profiling group.
*/
inline void SetProfilingGroup(ProfilingGroupDescription&& value) { m_profilingGroup = std::move(value); }
/**
* The returned
* ProfilingGroupDescription
object that contains information
* about the requested profiling group.
*/
inline DescribeProfilingGroupResult& WithProfilingGroup(const ProfilingGroupDescription& value) { SetProfilingGroup(value); return *this;}
/**
* The returned
* ProfilingGroupDescription
object that contains information
* about the requested profiling group.
*/
inline DescribeProfilingGroupResult& WithProfilingGroup(ProfilingGroupDescription&& value) { SetProfilingGroup(std::move(value)); return *this;}
inline const Aws::String& GetRequestId() const{ return m_requestId; }
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
inline DescribeProfilingGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline DescribeProfilingGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline DescribeProfilingGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
ProfilingGroupDescription m_profilingGroup;
Aws::String m_requestId;
};
} // namespace Model
} // namespace CodeGuruProfiler
} // namespace Aws