@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuperuserParameters extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for the superuser.
Constructor and Description |
---|
SuperuserParameters() |
Modifier and Type | Method and Description |
---|---|
SuperuserParameters |
clone() |
boolean |
equals(Object obj) |
String |
getEmailAddress()
The email address of the superuser.
|
String |
getFirstName()
The first name of the superuser.
|
String |
getLastName()
The last name of the superuser.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEmailAddress(String emailAddress)
The email address of the superuser.
|
void |
setFirstName(String firstName)
The first name of the superuser.
|
void |
setLastName(String lastName)
The last name of the superuser.
|
String |
toString()
Returns a string representation of this object.
|
SuperuserParameters |
withEmailAddress(String emailAddress)
The email address of the superuser.
|
SuperuserParameters |
withFirstName(String firstName)
The first name of the superuser.
|
SuperuserParameters |
withLastName(String lastName)
The last name of the superuser.
|
public void setEmailAddress(String emailAddress)
The email address of the superuser.
emailAddress
- The email address of the superuser.public String getEmailAddress()
The email address of the superuser.
public SuperuserParameters withEmailAddress(String emailAddress)
The email address of the superuser.
emailAddress
- The email address of the superuser.public void setFirstName(String firstName)
The first name of the superuser.
firstName
- The first name of the superuser.public String getFirstName()
The first name of the superuser.
public SuperuserParameters withFirstName(String firstName)
The first name of the superuser.
firstName
- The first name of the superuser.public void setLastName(String lastName)
The last name of the superuser.
lastName
- The last name of the superuser.public String getLastName()
The last name of the superuser.
public SuperuserParameters withLastName(String lastName)
The last name of the superuser.
lastName
- The last name of the superuser.public String toString()
toString
in class Object
Object.toString()
public SuperuserParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.