Class AwsPlacementGroup
java.lang.Object
co.yellowdog.platform.model.AwsPlacementGroup
- All Implemented Interfaces:
Serializable
@JsonClassDescription("References a placement group either by name or ID")
@ValidatedBy(AwsPlacementGroupValidator.class)
public class AwsPlacementGroup
extends Object
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new AwsPlacementGroup that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionstatic AwsPlacementGroup.Builder
builder()
protected boolean
boolean
int
hashCode()
void
setGroupId
(String groupId) void
setGroupName
(String groupName) toString()
-
Method Details
-
builder
-
toBuilder
-
getGroupName
-
getGroupId
-
setGroupName
-
setGroupId
-
equals
-
canEqual
-
hashCode
-
toString
-