@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddNotificationChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddNotificationChannelRequest() |
Modifier and Type | Method and Description |
---|---|
AddNotificationChannelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
NotificationChannelConfig |
getConfig() |
int |
hashCode() |
void |
setConfig(NotificationChannelConfig config) |
String |
toString()
Returns a string representation of this object.
|
AddNotificationChannelRequest |
withConfig(NotificationChannelConfig config) |
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 setConfig(NotificationChannelConfig config)
config
- public NotificationChannelConfig getConfig()
public AddNotificationChannelRequest withConfig(NotificationChannelConfig config)
config
- public String toString()
toString
in class Object
Object.toString()
public AddNotificationChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()