@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSubscriberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSubscriberResult() |
Modifier and Type | Method and Description |
---|---|
CreateSubscriberResult |
clone() |
boolean |
equals(Object obj) |
SubscriberResource |
getSubscriber()
Retrieve information about the subscriber created using the
CreateSubscriber API. |
int |
hashCode() |
void |
setSubscriber(SubscriberResource subscriber)
Retrieve information about the subscriber created using the
CreateSubscriber API. |
String |
toString()
Returns a string representation of this object.
|
CreateSubscriberResult |
withSubscriber(SubscriberResource subscriber)
Retrieve information about the subscriber created using the
CreateSubscriber API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSubscriber(SubscriberResource subscriber)
Retrieve information about the subscriber created using the CreateSubscriber
API.
subscriber
- Retrieve information about the subscriber created using the CreateSubscriber
API.public SubscriberResource getSubscriber()
Retrieve information about the subscriber created using the CreateSubscriber
API.
CreateSubscriber
API.public CreateSubscriberResult withSubscriber(SubscriberResource subscriber)
Retrieve information about the subscriber created using the CreateSubscriber
API.
subscriber
- Retrieve information about the subscriber created using the CreateSubscriber
API.public String toString()
toString
in class Object
Object.toString()
public CreateSubscriberResult clone()