@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MQBrokerAccessCredentials extends Object implements Serializable, Cloneable, StructuredPojo
The Secrets Manager secret that stores your broker credentials.
Constructor and Description |
---|
MQBrokerAccessCredentials() |
Modifier and Type | Method and Description |
---|---|
MQBrokerAccessCredentials |
clone() |
boolean |
equals(Object obj) |
String |
getBasicAuth()
The ARN of the Secrets Manager secret.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBasicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
|
String |
toString()
Returns a string representation of this object.
|
MQBrokerAccessCredentials |
withBasicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
|
public void setBasicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
basicAuth
- The ARN of the Secrets Manager secret.public String getBasicAuth()
The ARN of the Secrets Manager secret.
public MQBrokerAccessCredentials withBasicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
basicAuth
- The ARN of the Secrets Manager secret.public String toString()
toString
in class Object
Object.toString()
public MQBrokerAccessCredentials clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.