Class AccountRequest
- java.lang.Object
-
- pl.wrzasq.lambda.cform.account.model.AccountRequest
-
public class AccountRequest extends Object
Account CloudFormation request.
-
-
Field Summary
Fields Modifier and Type Field Description private String
accountId
Existing account ID to invite into organization.private String
accountName
Name to label the account.private String
administratorRoleName
Role name for the administration purposes.private String
email
E-mail address for which to create an account.private String
ouId
Organizational Unit ID in which to place an account.
-
Constructor Summary
Constructors Constructor Description AccountRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAccountId()
Existing account ID to invite into organization.String
getAccountName()
Name to label the account.String
getAdministratorRoleName()
Role name for the administration purposes.String
getEmail()
E-mail address for which to create an account.String
getOuId()
Organizational Unit ID in which to place an account.int
hashCode()
void
setAccountId(String accountId)
Existing account ID to invite into organization.void
setAccountName(String accountName)
Name to label the account.void
setAdministratorRoleName(String administratorRoleName)
Role name for the administration purposes.void
setEmail(String email)
E-mail address for which to create an account.void
setOuId(String ouId)
Organizational Unit ID in which to place an account.String
toString()
-
-
-
Field Detail
-
accountId
private String accountId
Existing account ID to invite into organization.
-
email
private String email
E-mail address for which to create an account.
-
accountName
private String accountName
Name to label the account.
-
administratorRoleName
private String administratorRoleName
Role name for the administration purposes.
-
ouId
private String ouId
Organizational Unit ID in which to place an account.
-
-
Method Detail
-
getAccountId
public String getAccountId()
Existing account ID to invite into organization.
-
getEmail
public String getEmail()
E-mail address for which to create an account.
-
getAccountName
public String getAccountName()
Name to label the account.
-
getAdministratorRoleName
public String getAdministratorRoleName()
Role name for the administration purposes.
-
getOuId
public String getOuId()
Organizational Unit ID in which to place an account.
-
setAccountId
public void setAccountId(String accountId)
Existing account ID to invite into organization.
-
setEmail
public void setEmail(String email)
E-mail address for which to create an account.
-
setAccountName
public void setAccountName(String accountName)
Name to label the account.
-
setAdministratorRoleName
public void setAdministratorRoleName(String administratorRoleName)
Role name for the administration purposes.
-
setOuId
public void setOuId(String ouId)
Organizational Unit ID in which to place an account.
-
canEqual
protected boolean canEqual(Object other)
-
-