@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetNotificationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()