@Generated(value="software.amazon.awssdk:codegen") public final class WorkspacesIpGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkspacesIpGroup.Builder,WorkspacesIpGroup>
Describes an IP access control group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkspacesIpGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkspacesIpGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupDesc()
The description of the group.
|
String |
groupId()
The identifier of the group.
|
String |
groupName()
The name of the group.
|
int |
hashCode() |
boolean |
hasUserRules()
Returns true if the UserRules property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkspacesIpGroup.Builder> |
serializableBuilderClass() |
WorkspacesIpGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<IpRuleItem> |
userRules()
The rules.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupId()
The identifier of the group.
public final String groupName()
The name of the group.
public final String groupDesc()
The description of the group.
public final boolean hasUserRules()
public final List<IpRuleItem> userRules()
The rules.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUserRules() to see if a value was sent in this field.
public WorkspacesIpGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkspacesIpGroup.Builder,WorkspacesIpGroup>public static WorkspacesIpGroup.Builder builder()
public static Class<? extends WorkspacesIpGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.