Skip to content

Commit

Permalink
feat(aws-android-sdk-iot): update models to latest (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk committed Jun 28, 2022
1 parent 70ba28d commit ebfa9e2
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -40,7 +40,7 @@ public class Tag implements Serializable {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 256<br/>
* <b>Length: </b>0 - 256<br/>
*/
private String value;

Expand Down Expand Up @@ -107,7 +107,7 @@ public Tag withKey(String key) {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 256<br/>
* <b>Length: </b>0 - 256<br/>
*
* @return <p>
* The tag's value.
Expand All @@ -123,7 +123,7 @@ public String getValue() {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 256<br/>
* <b>Length: </b>0 - 256<br/>
*
* @param value <p>
* The tag's value.
Expand All @@ -142,7 +142,7 @@ public void setValue(String value) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 256<br/>
* <b>Length: </b>0 - 256<br/>
*
* @param value <p>
* The tag's value.
Expand Down

0 comments on commit ebfa9e2

Please sign in to comment.