& result);
/**
* A
* ProfilingGroupDescription
that contains information about the
* returned updated profiling group.
*/
inline const ProfilingGroupDescription& GetProfilingGroup() const{ return m_profilingGroup; }
/**
* A
* ProfilingGroupDescription
that contains information about the
* returned updated profiling group.
*/
inline void SetProfilingGroup(const ProfilingGroupDescription& value) { m_profilingGroup = value; }
/**
* A
* ProfilingGroupDescription
that contains information about the
* returned updated profiling group.
*/
inline void SetProfilingGroup(ProfilingGroupDescription&& value) { m_profilingGroup = std::move(value); }
/**
* A
* ProfilingGroupDescription
that contains information about the
* returned updated profiling group.
*/
inline UpdateProfilingGroupResult& WithProfilingGroup(const ProfilingGroupDescription& value) { SetProfilingGroup(value); return *this;}
/**
* A
* ProfilingGroupDescription
that contains information about the
* returned updated profiling group.
*/
inline UpdateProfilingGroupResult& 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 UpdateProfilingGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline UpdateProfilingGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline UpdateProfilingGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
ProfilingGroupDescription m_profilingGroup;
Aws::String m_requestId;
};
} // namespace Model
} // namespace CodeGuruProfiler
} // namespace Aws