@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserHierarchyGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUserHierarchyGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserHierarchyGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the user hierarchy group.
|
String |
getParentGroupId()
The identifier for the parent hierarchy group.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the user hierarchy group.
|
void |
setParentGroupId(String parentGroupId)
The identifier for the parent hierarchy group.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserHierarchyGroupRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateUserHierarchyGroupRequest |
withName(String name)
The name of the user hierarchy group.
|
CreateUserHierarchyGroupRequest |
withParentGroupId(String parentGroupId)
The identifier for the parent hierarchy group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the user hierarchy group. Must not be more than 100 characters.
name
- The name of the user hierarchy group. Must not be more than 100 characters.public String getName()
The name of the user hierarchy group. Must not be more than 100 characters.
public CreateUserHierarchyGroupRequest withName(String name)
The name of the user hierarchy group. Must not be more than 100 characters.
name
- The name of the user hierarchy group. Must not be more than 100 characters.public void setParentGroupId(String parentGroupId)
The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
parentGroupId
- The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent
group ID is null.public String getParentGroupId()
The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
public CreateUserHierarchyGroupRequest withParentGroupId(String parentGroupId)
The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
parentGroupId
- The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent
group ID is null.public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public CreateUserHierarchyGroupRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public String toString()
toString
in class Object
Object.toString()
public CreateUserHierarchyGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()