@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNotificationChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetNotificationChannelResult() |
Modifier and Type | Method and Description |
---|---|
GetNotificationChannelResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnsRoleName()
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
|
String |
getSnsTopicArn()
The SNS topic that records AWS Firewall Manager activity.
|
int |
hashCode() |
void |
setSnsRoleName(String snsRoleName)
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
|
void |
setSnsTopicArn(String snsTopicArn)
The SNS topic that records AWS Firewall Manager activity.
|
String |
toString()
Returns a string representation of this object.
|
GetNotificationChannelResult |
withSnsRoleName(String snsRoleName)
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
|
GetNotificationChannelResult |
withSnsTopicArn(String snsTopicArn)
The SNS topic that records AWS Firewall Manager activity.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSnsTopicArn(String snsTopicArn)
The SNS topic that records AWS Firewall Manager activity.
snsTopicArn
- The SNS topic that records AWS Firewall Manager activity.public String getSnsTopicArn()
The SNS topic that records AWS Firewall Manager activity.
public GetNotificationChannelResult withSnsTopicArn(String snsTopicArn)
The SNS topic that records AWS Firewall Manager activity.
snsTopicArn
- The SNS topic that records AWS Firewall Manager activity.public void setSnsRoleName(String snsRoleName)
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
snsRoleName
- The IAM role that is used by AWS Firewall Manager to record activity to SNS.public String getSnsRoleName()
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
public GetNotificationChannelResult withSnsRoleName(String snsRoleName)
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
snsRoleName
- The IAM role that is used by AWS Firewall Manager to record activity to SNS.public String toString()
toString
in class Object
Object.toString()
public GetNotificationChannelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.