Class SQSDestinationInput
java.lang.Object
com.commercetools.graphql.api.types.SQSDestinationInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSQSDestinationInput(String queueUrl, String accessKey, String accessSecret, String region, AwsAuthenticationMode authenticationMode) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static SQSDestinationInput.BuildervoidsetAccessKey(String accessKey) voidsetAccessSecret(String accessSecret) voidsetAuthenticationMode(AwsAuthenticationMode authenticationMode) voidsetQueueUrl(String queueUrl) voidtoString()
-
Constructor Details
-
SQSDestinationInput
public SQSDestinationInput() -
SQSDestinationInput
public SQSDestinationInput(String queueUrl, String accessKey, String accessSecret, String region, AwsAuthenticationMode authenticationMode)
-
-
Method Details
-
getQueueUrl
-
setQueueUrl
-
getAccessKey
-
setAccessKey
-
getAccessSecret
-
setAccessSecret
-
getRegion
-
setRegion
-
getAuthenticationMode
-
setAuthenticationMode
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-