Class SNSDestination
java.lang.Object
com.commercetools.graphql.api.types.SNSDestination
- All Implemented Interfaces:
Destination
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSNSDestination(String topicArn, String accessKey, String accessSecret, AwsAuthenticationMode authenticationMode, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static SNSDestination.BuildervoidsetAccessKey(String accessKey) voidsetAccessSecret(String accessSecret) voidsetAuthenticationMode(AwsAuthenticationMode authenticationMode) voidsetTopicArn(String topicArn) voidtoString()
-
Constructor Details
-
SNSDestination
public SNSDestination() -
SNSDestination
public SNSDestination(String topicArn, String accessKey, String accessSecret, AwsAuthenticationMode authenticationMode, String type)
-
-
Method Details
-
getTopicArn
-
setTopicArn
-
getAccessKey
-
setAccessKey
-
getAccessSecret
-
setAccessSecret
-
getAuthenticationMode
-
setAuthenticationMode
-
getType
- Specified by:
getTypein interfaceDestination
-
setType
- Specified by:
setTypein interfaceDestination
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-