@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNotificationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The structure representing the GetNotificationConfigurationRequest.
NOOP| Constructor and Description |
|---|
GetNotificationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetNotificationConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getProfilingGroupName()
The name of the profiling group we want to get the notification configuration for.
|
int |
hashCode() |
void |
setProfilingGroupName(String profilingGroupName)
The name of the profiling group we want to get the notification configuration for.
|
String |
toString()
Returns a string representation of this object.
|
GetNotificationConfigurationRequest |
withProfilingGroupName(String profilingGroupName)
The name of the profiling group we want to get the notification configuration for.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setProfilingGroupName(String profilingGroupName)
The name of the profiling group we want to get the notification configuration for.
profilingGroupName - The name of the profiling group we want to get the notification configuration for.public String getProfilingGroupName()
The name of the profiling group we want to get the notification configuration for.
public GetNotificationConfigurationRequest withProfilingGroupName(String profilingGroupName)
The name of the profiling group we want to get the notification configuration for.
profilingGroupName - The name of the profiling group we want to get the notification configuration for.public String toString()
toString in class ObjectObject.toString()public GetNotificationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.