File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class Tag implements Serializable {
4040 * </p>
4141 * <p>
4242 * <b>Constraints:</b><br/>
43- * <b>Length: </b>1 - 256<br/>
43+ * <b>Length: </b>0 - 256<br/>
4444 */
4545 private String value ;
4646
@@ -107,7 +107,7 @@ public Tag withKey(String key) {
107107 * </p>
108108 * <p>
109109 * <b>Constraints:</b><br/>
110- * <b>Length: </b>1 - 256<br/>
110+ * <b>Length: </b>0 - 256<br/>
111111 *
112112 * @return <p>
113113 * The tag's value.
@@ -123,7 +123,7 @@ public String getValue() {
123123 * </p>
124124 * <p>
125125 * <b>Constraints:</b><br/>
126- * <b>Length: </b>1 - 256<br/>
126+ * <b>Length: </b>0 - 256<br/>
127127 *
128128 * @param value <p>
129129 * The tag's value.
@@ -142,7 +142,7 @@ public void setValue(String value) {
142142 * together.
143143 * <p>
144144 * <b>Constraints:</b><br/>
145- * <b>Length: </b>1 - 256<br/>
145+ * <b>Length: </b>0 - 256<br/>
146146 *
147147 * @param value <p>
148148 * The tag's value.
You can’t perform that action at this time.
0 commit comments