@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutNotificationChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutNotificationChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutNotificationChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSnsRoleName()
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
|
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
|
int |
hashCode() |
void |
setSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
|
void |
setSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutNotificationChannelRequest |
withSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
|
PutNotificationChannelRequest |
withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
|
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 setSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
snsTopicArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.public String getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
public PutNotificationChannelRequest withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
snsTopicArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.public void setSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsRoleName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager
activity.public String getSnsRoleName()
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
public PutNotificationChannelRequest withSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsRoleName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager
activity.public String toString()
toString in class ObjectObject.toString()public PutNotificationChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.