public class Subscribe extends Object implements Serializable
Constructor and Description |
---|
Subscribe() |
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint() |
String |
getProtocol() |
String |
getTopicArn() |
void |
setEndpoint(String endpoint) |
void |
setProtocol(String protocol) |
void |
setTopicArn(String topicArn) |
@Nullable public String getEndpoint()
public void setEndpoint(@Nullable String endpoint)
@NotNull public String getProtocol()
public void setProtocol(@NotNull String protocol)
@NotNull public String getTopicArn()
public void setTopicArn(@NotNull String topicArn)
Copyright © 2010–2019. All rights reserved.