@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserStackAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Describes a user in the user pool and the associated stack.
Constructor and Description |
---|
UserStackAssociation() |
Modifier and Type | Method and Description |
---|---|
UserStackAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationType()
The authentication type for the user.
|
Boolean |
getSendEmailNotification()
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
String |
getStackName()
The name of the stack that is associated with the user.
|
String |
getUserName()
The email address of the user who is associated with the stack.
|
int |
hashCode() |
Boolean |
isSendEmailNotification()
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthenticationType(String authenticationType)
The authentication type for the user.
|
void |
setSendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
void |
setStackName(String stackName)
The name of the stack that is associated with the user.
|
void |
setUserName(String userName)
The email address of the user who is associated with the stack.
|
String |
toString()
Returns a string representation of this object.
|
UserStackAssociation |
withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
UserStackAssociation |
withAuthenticationType(String authenticationType)
The authentication type for the user.
|
UserStackAssociation |
withSendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
UserStackAssociation |
withStackName(String stackName)
The name of the stack that is associated with the user.
|
UserStackAssociation |
withUserName(String userName)
The email address of the user who is associated with the stack.
|
public void setStackName(String stackName)
The name of the stack that is associated with the user.
stackName
- The name of the stack that is associated with the user.public String getStackName()
The name of the stack that is associated with the user.
public UserStackAssociation withStackName(String stackName)
The name of the stack that is associated with the user.
stackName
- The name of the stack that is associated with the user.public void setUserName(String userName)
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
userName
- The email address of the user who is associated with the stack. Users' email addresses are case-sensitive.
public String getUserName()
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
Users' email addresses are case-sensitive.
public UserStackAssociation withUserName(String userName)
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
userName
- The email address of the user who is associated with the stack. Users' email addresses are case-sensitive.
public void setAuthenticationType(String authenticationType)
The authentication type for the user.
authenticationType
- The authentication type for the user.AuthenticationType
public String getAuthenticationType()
The authentication type for the user.
AuthenticationType
public UserStackAssociation withAuthenticationType(String authenticationType)
The authentication type for the user.
authenticationType
- The authentication type for the user.AuthenticationType
public UserStackAssociation withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
authenticationType
- The authentication type for the user.AuthenticationType
public void setSendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
sendEmailNotification
- Specifies whether a welcome email is sent to a user after the user is created in the user pool.public Boolean getSendEmailNotification()
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
public UserStackAssociation withSendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
sendEmailNotification
- Specifies whether a welcome email is sent to a user after the user is created in the user pool.public Boolean isSendEmailNotification()
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
public String toString()
toString
in class Object
Object.toString()
public UserStackAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.