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