/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.ivschat.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CreateRoomRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* Array of logging-configuration identifiers attached to the room. *
*/ private java.util.List* Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit * applies specifically to rune/code-point count, not number of bytes. Default: 500. *
*/ private Integer maximumMessageLength; /** ** Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. *
*/ private Integer maximumMessageRatePerSecond; /** ** Configuration information for optional review of messages. *
*/ private MessageReviewHandler messageReviewHandler; /** ** Room name. The value does not need to be unique. *
*/ private String name; /** *
* Tags to attach to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
* including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no
* constraints beyond what is documented there.
*
* Array of logging-configuration identifiers attached to the room. *
* * @return Array of logging-configuration identifiers attached to the room. */ public java.util.List* Array of logging-configuration identifiers attached to the room. *
* * @param loggingConfigurationIdentifiers * Array of logging-configuration identifiers attached to the room. */ public void setLoggingConfigurationIdentifiers(java.util.Collection* Array of logging-configuration identifiers attached to the room. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setLoggingConfigurationIdentifiers(java.util.Collection)} or * {@link #withLoggingConfigurationIdentifiers(java.util.Collection)} if you want to override the existing values. *
* * @param loggingConfigurationIdentifiers * Array of logging-configuration identifiers attached to the room. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateRoomRequest withLoggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers) { if (this.loggingConfigurationIdentifiers == null) { setLoggingConfigurationIdentifiers(new java.util.ArrayList* Array of logging-configuration identifiers attached to the room. *
* * @param loggingConfigurationIdentifiers * Array of logging-configuration identifiers attached to the room. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateRoomRequest withLoggingConfigurationIdentifiers(java.util.Collection* Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit * applies specifically to rune/code-point count, not number of bytes. Default: 500. *
* * @param maximumMessageLength * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit * applies specifically to rune/code-point count, not number of bytes. Default: 500. */ public void setMaximumMessageLength(Integer maximumMessageLength) { this.maximumMessageLength = maximumMessageLength; } /** ** Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit * applies specifically to rune/code-point count, not number of bytes. Default: 500. *
* * @return Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this * limit applies specifically to rune/code-point count, not number of bytes. Default: 500. */ public Integer getMaximumMessageLength() { return this.maximumMessageLength; } /** ** Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit * applies specifically to rune/code-point count, not number of bytes. Default: 500. *
* * @param maximumMessageLength * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit * applies specifically to rune/code-point count, not number of bytes. Default: 500. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateRoomRequest withMaximumMessageLength(Integer maximumMessageLength) { setMaximumMessageLength(maximumMessageLength); return this; } /** ** Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. *
* * @param maximumMessageRatePerSecond * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. */ public void setMaximumMessageRatePerSecond(Integer maximumMessageRatePerSecond) { this.maximumMessageRatePerSecond = maximumMessageRatePerSecond; } /** ** Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. *
* * @return Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. */ public Integer getMaximumMessageRatePerSecond() { return this.maximumMessageRatePerSecond; } /** ** Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. *
* * @param maximumMessageRatePerSecond * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateRoomRequest withMaximumMessageRatePerSecond(Integer maximumMessageRatePerSecond) { setMaximumMessageRatePerSecond(maximumMessageRatePerSecond); return this; } /** ** Configuration information for optional review of messages. *
* * @param messageReviewHandler * Configuration information for optional review of messages. */ public void setMessageReviewHandler(MessageReviewHandler messageReviewHandler) { this.messageReviewHandler = messageReviewHandler; } /** ** Configuration information for optional review of messages. *
* * @return Configuration information for optional review of messages. */ public MessageReviewHandler getMessageReviewHandler() { return this.messageReviewHandler; } /** ** Configuration information for optional review of messages. *
* * @param messageReviewHandler * Configuration information for optional review of messages. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateRoomRequest withMessageReviewHandler(MessageReviewHandler messageReviewHandler) { setMessageReviewHandler(messageReviewHandler); return this; } /** ** Room name. The value does not need to be unique. *
* * @param name * Room name. The value does not need to be unique. */ public void setName(String name) { this.name = name; } /** ** Room name. The value does not need to be unique. *
* * @return Room name. The value does not need to be unique. */ public String getName() { return this.name; } /** ** Room name. The value does not need to be unique. *
* * @param name * Room name. The value does not need to be unique. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateRoomRequest withName(String name) { setName(name); return this; } /** *
* Tags to attach to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
* including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no
* constraints beyond what is documented there.
*
string:string (key:value)
.
* See Tagging AWS Resources
* for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
* IVS Chat has no constraints beyond what is documented there.
*/
public java.util.Map
* Tags to attach to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
* including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no
* constraints beyond what is documented there.
*
string:string (key:value)
.
* See Tagging AWS Resources for
* details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
* Chat has no constraints beyond what is documented there.
*/
public void setTags(java.util.Map
* Tags to attach to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
* including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no
* constraints beyond what is documented there.
*
string:string (key:value)
.
* See Tagging AWS Resources for
* details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
* Chat has no constraints beyond what is documented there.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateRoomRequest withTags(java.util.Map