@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetOwnerInfo extends Object implements Serializable, Cloneable, StructuredPojo
A structure for Dataset owner info.
Constructor and Description |
---|
DatasetOwnerInfo() |
Modifier and Type | Method and Description |
---|---|
DatasetOwnerInfo |
clone() |
boolean |
equals(Object obj) |
String |
getEmail()
Email address for the Dataset owner.
|
String |
getName()
Name of the Dataset owner.
|
String |
getPhoneNumber()
Phone number for the Dataset owner.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEmail(String email)
Email address for the Dataset owner.
|
void |
setName(String name)
Name of the Dataset owner.
|
void |
setPhoneNumber(String phoneNumber)
Phone number for the Dataset owner.
|
String |
toString()
Returns a string representation of this object.
|
DatasetOwnerInfo |
withEmail(String email)
Email address for the Dataset owner.
|
DatasetOwnerInfo |
withName(String name)
Name of the Dataset owner.
|
DatasetOwnerInfo |
withPhoneNumber(String phoneNumber)
Phone number for the Dataset owner.
|
public void setName(String name)
Name of the Dataset owner.
name
- Name of the Dataset owner.public String getName()
Name of the Dataset owner.
public DatasetOwnerInfo withName(String name)
Name of the Dataset owner.
name
- Name of the Dataset owner.public void setPhoneNumber(String phoneNumber)
Phone number for the Dataset owner.
phoneNumber
- Phone number for the Dataset owner.public String getPhoneNumber()
Phone number for the Dataset owner.
public DatasetOwnerInfo withPhoneNumber(String phoneNumber)
Phone number for the Dataset owner.
phoneNumber
- Phone number for the Dataset owner.public void setEmail(String email)
Email address for the Dataset owner.
email
- Email address for the Dataset owner.public String getEmail()
Email address for the Dataset owner.
public DatasetOwnerInfo withEmail(String email)
Email address for the Dataset owner.
email
- Email address for the Dataset owner.public String toString()
toString
in class Object
Object.toString()
public DatasetOwnerInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.