@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 Firewall Manager activity.
|
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
|
int |
hashCode() |
void |
setSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
|
void |
setSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from 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 Firewall Manager activity.
|
PutNotificationChannelRequest |
withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from 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, withSdkRequestTimeoutpublic void setSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
snsTopicArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.public String getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
public PutNotificationChannelRequest withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
snsTopicArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.public void setSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
snsRoleName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.public String getSnsRoleName()
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
public PutNotificationChannelRequest withSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
snsRoleName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.public String toString()
toString in class ObjectObject.toString()public PutNotificationChannelRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()