@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsOpenSearchServiceDomainMasterUserOptionsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies information about the master user of the domain.
Constructor and Description |
---|
AwsOpenSearchServiceDomainMasterUserOptionsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsOpenSearchServiceDomainMasterUserOptionsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMasterUserArn()
The Amazon Resource Name (ARN) for the master user.
|
String |
getMasterUserName()
The username for the master user.
|
String |
getMasterUserPassword()
The password for the master user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMasterUserArn(String masterUserArn)
The Amazon Resource Name (ARN) for the master user.
|
void |
setMasterUserName(String masterUserName)
The username for the master user.
|
void |
setMasterUserPassword(String masterUserPassword)
The password for the master user.
|
String |
toString()
Returns a string representation of this object.
|
AwsOpenSearchServiceDomainMasterUserOptionsDetails |
withMasterUserArn(String masterUserArn)
The Amazon Resource Name (ARN) for the master user.
|
AwsOpenSearchServiceDomainMasterUserOptionsDetails |
withMasterUserName(String masterUserName)
The username for the master user.
|
AwsOpenSearchServiceDomainMasterUserOptionsDetails |
withMasterUserPassword(String masterUserPassword)
The password for the master user.
|
public AwsOpenSearchServiceDomainMasterUserOptionsDetails()
public void setMasterUserArn(String masterUserArn)
The Amazon Resource Name (ARN) for the master user.
masterUserArn
- The Amazon Resource Name (ARN) for the master user.public String getMasterUserArn()
The Amazon Resource Name (ARN) for the master user.
public AwsOpenSearchServiceDomainMasterUserOptionsDetails withMasterUserArn(String masterUserArn)
The Amazon Resource Name (ARN) for the master user.
masterUserArn
- The Amazon Resource Name (ARN) for the master user.public void setMasterUserName(String masterUserName)
The username for the master user.
masterUserName
- The username for the master user.public String getMasterUserName()
The username for the master user.
public AwsOpenSearchServiceDomainMasterUserOptionsDetails withMasterUserName(String masterUserName)
The username for the master user.
masterUserName
- The username for the master user.public void setMasterUserPassword(String masterUserPassword)
The password for the master user.
masterUserPassword
- The password for the master user.public String getMasterUserPassword()
The password for the master user.
public AwsOpenSearchServiceDomainMasterUserOptionsDetails withMasterUserPassword(String masterUserPassword)
The password for the master user.
masterUserPassword
- The password for the master user.public String toString()
toString
in class Object
Object.toString()
public AwsOpenSearchServiceDomainMasterUserOptionsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.