@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Subscriber extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Subscriber() |
Modifier and Type | Method and Description |
---|---|
Subscriber |
clone() |
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getSubscriptionType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddress(String address) |
void |
setSubscriptionType(String subscriptionType) |
void |
setSubscriptionType(SubscriptionType subscriptionType) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Subscriber |
withAddress(String address) |
Subscriber |
withSubscriptionType(String subscriptionType) |
Subscriber |
withSubscriptionType(SubscriptionType subscriptionType) |
public void setSubscriptionType(String subscriptionType)
subscriptionType
- SubscriptionType
public String getSubscriptionType()
SubscriptionType
public Subscriber withSubscriptionType(String subscriptionType)
subscriptionType
- SubscriptionType
public void setSubscriptionType(SubscriptionType subscriptionType)
subscriptionType
- SubscriptionType
public Subscriber withSubscriptionType(SubscriptionType subscriptionType)
subscriptionType
- SubscriptionType
public void setAddress(String address)
address
- public String getAddress()
public Subscriber withAddress(String address)
address
- public String toString()
toString
in class Object
Object.toString()
public Subscriber clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.