@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlexaForBusinessMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.
Constructor and Description |
---|
AlexaForBusinessMetadata() |
Modifier and Type | Method and Description |
---|---|
AlexaForBusinessMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getAlexaForBusinessRoomArn()
The ARN of the room resource.
|
Boolean |
getIsAlexaForBusinessEnabled()
Starts or stops Alexa for Business.
|
int |
hashCode() |
Boolean |
isAlexaForBusinessEnabled()
Starts or stops Alexa for Business.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlexaForBusinessRoomArn(String alexaForBusinessRoomArn)
The ARN of the room resource.
|
void |
setIsAlexaForBusinessEnabled(Boolean isAlexaForBusinessEnabled)
Starts or stops Alexa for Business.
|
String |
toString()
Returns a string representation of this object.
|
AlexaForBusinessMetadata |
withAlexaForBusinessRoomArn(String alexaForBusinessRoomArn)
The ARN of the room resource.
|
AlexaForBusinessMetadata |
withIsAlexaForBusinessEnabled(Boolean isAlexaForBusinessEnabled)
Starts or stops Alexa for Business.
|
public void setIsAlexaForBusinessEnabled(Boolean isAlexaForBusinessEnabled)
Starts or stops Alexa for Business.
isAlexaForBusinessEnabled
- Starts or stops Alexa for Business.public Boolean getIsAlexaForBusinessEnabled()
Starts or stops Alexa for Business.
public AlexaForBusinessMetadata withIsAlexaForBusinessEnabled(Boolean isAlexaForBusinessEnabled)
Starts or stops Alexa for Business.
isAlexaForBusinessEnabled
- Starts or stops Alexa for Business.public Boolean isAlexaForBusinessEnabled()
Starts or stops Alexa for Business.
public void setAlexaForBusinessRoomArn(String alexaForBusinessRoomArn)
The ARN of the room resource.
alexaForBusinessRoomArn
- The ARN of the room resource.public String getAlexaForBusinessRoomArn()
The ARN of the room resource.
public AlexaForBusinessMetadata withAlexaForBusinessRoomArn(String alexaForBusinessRoomArn)
The ARN of the room resource.
alexaForBusinessRoomArn
- The ARN of the room resource.public String toString()
toString
in class Object
Object.toString()
public AlexaForBusinessMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.