@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 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 Object
Object.toString()
public PutNotificationChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.