@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectivityInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about the broker access configuration.
Constructor and Description |
---|
ConnectivityInfo() |
Modifier and Type | Method and Description |
---|---|
ConnectivityInfo |
clone() |
boolean |
equals(Object obj) |
PublicAccess |
getPublicAccess()
Public access control for brokers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPublicAccess(PublicAccess publicAccess)
Public access control for brokers.
|
String |
toString()
Returns a string representation of this object.
|
ConnectivityInfo |
withPublicAccess(PublicAccess publicAccess)
Public access control for brokers.
|
public void setPublicAccess(PublicAccess publicAccess)
Public access control for brokers.
publicAccess
- Public access control for brokers.
public PublicAccess getPublicAccess()
Public access control for brokers.
Public access control for brokers.
public ConnectivityInfo withPublicAccess(PublicAccess publicAccess)
Public access control for brokers.
publicAccess
- Public access control for brokers.
public String toString()
toString
in class Object
Object.toString()
public ConnectivityInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.