public class CreateThingGroupResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getThingGroupArn()
The thing group ARN.
|
java.lang.String |
getThingGroupId()
The thing group ID.
|
java.lang.String |
getThingGroupName()
The thing group name.
|
int |
hashCode() |
void |
setThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
|
void |
setThingGroupId(java.lang.String thingGroupId)
The thing group ID.
|
void |
setThingGroupName(java.lang.String thingGroupName)
The thing group name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateThingGroupResult |
withThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
|
CreateThingGroupResult |
withThingGroupId(java.lang.String thingGroupId)
The thing group ID.
|
CreateThingGroupResult |
withThingGroupName(java.lang.String thingGroupName)
The thing group name.
|
public java.lang.String getThingGroupName()
The thing group name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The thing group name.
public void setThingGroupName(java.lang.String thingGroupName)
The thing group name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The thing group name.
public CreateThingGroupResult withThingGroupName(java.lang.String thingGroupName)
The thing group name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The thing group name.
public java.lang.String getThingGroupArn()
The thing group ARN.
The thing group ARN.
public void setThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.
public CreateThingGroupResult withThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
Returns a reference to this object so that method calls can be chained together.
thingGroupArn
- The thing group ARN.
public java.lang.String getThingGroupId()
The thing group ID.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9\-]+
The thing group ID.
public void setThingGroupId(java.lang.String thingGroupId)
The thing group ID.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9\-]+
thingGroupId
- The thing group ID.
public CreateThingGroupResult withThingGroupId(java.lang.String thingGroupId)
The thing group ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9\-]+
thingGroupId
- The thing group ID.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.