Skip to content

Commit

Permalink
feat(aws-android-sdk-chimesdkmessaging): update models to latest (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk authored Mar 23, 2023
1 parent 5fa6581 commit 8fed538
Show file tree
Hide file tree
Showing 323 changed files with 4,968 additions and 1,001 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-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.
Expand Down Expand Up @@ -28,9 +28,9 @@
* <note>
* <p>
* Only administrators or channel moderators can associate a channel flow. The
* <code>x-amz-chime-bearer</code> request header is mandatory. Use the
* <code>AppInstanceUserArn</code> of the user that makes the API call as the
* value in the header.
* <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of
* the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
* the API call as the value in the header.
* </p>
* </note>
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-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.
Expand Down Expand Up @@ -33,7 +33,7 @@ public class BatchChannelMemberships implements Serializable {

/**
* <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -50,7 +50,7 @@ public class BatchChannelMemberships implements Serializable {

/**
* <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand Down Expand Up @@ -119,14 +119,14 @@ public BatchChannelMemberships withInvitedBy(Identity invitedBy) {

/**
* <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>DEFAULT, HIDDEN
*
* @return <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* @see ChannelMembershipType
*/
Expand All @@ -136,14 +136,14 @@ public String getType() {

/**
* <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>DEFAULT, HIDDEN
*
* @param type <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* @see ChannelMembershipType
*/
Expand All @@ -153,7 +153,7 @@ public void setType(String type) {

/**
* <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -163,7 +163,7 @@ public void setType(String type) {
* <b>Allowed Values: </b>DEFAULT, HIDDEN
*
* @param type <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand All @@ -176,14 +176,14 @@ public BatchChannelMemberships withType(String type) {

/**
* <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>DEFAULT, HIDDEN
*
* @param type <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* @see ChannelMembershipType
*/
Expand All @@ -193,7 +193,7 @@ public void setType(ChannelMembershipType type) {

/**
* <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -203,7 +203,7 @@ public void setType(ChannelMembershipType type) {
* <b>Allowed Values: </b>DEFAULT, HIDDEN
*
* @param type <p>
* The membership types set for the channel users.
* The membership types set for the channel members.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down Expand Up @@ -290,7 +290,7 @@ public BatchChannelMemberships withMembers(java.util.Collection<Identity> member

/**
* <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -300,7 +300,7 @@ public BatchChannelMemberships withMembers(java.util.Collection<Identity> member
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
*
* @return <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
*/
public String getChannelArn() {
Expand All @@ -309,7 +309,7 @@ public String getChannelArn() {

/**
* <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -319,7 +319,7 @@ public String getChannelArn() {
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
*
* @param channelArn <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
*/
public void setChannelArn(String channelArn) {
Expand All @@ -328,7 +328,7 @@ public void setChannelArn(String channelArn) {

/**
* <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -341,7 +341,7 @@ public void setChannelArn(String channelArn) {
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
*
* @param channelArn <p>
* The ARN of the channel to which you're adding users.
* The ARN of the channel to which you're adding members.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-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.
Expand Down
Loading

0 comments on commit 8fed538

Please sign in to comment.