Class ClusterRequest
- java.lang.Object
- 
- com.netflix.genie.common.external.dtos.v4.ClusterRequest
 
- 
- All Implemented Interfaces:
- CommonRequest,- java.io.Serializable
 
 public class ClusterRequest extends java.lang.ObjectFields representing all the values users can set when creating a new Cluster resource.- Since:
- 4.0.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classClusterRequest.BuilderBuilder for a V4 Cluster Request.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getRequestedId()Get the ID the user has requested for this resource if one was added.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.netflix.genie.common.external.dtos.v4.CommonRequestgetResources
 
- 
 
- 
- 
- 
Method Detail- 
getRequestedIdpublic java.util.Optional<java.lang.String> getRequestedId() Get the ID the user has requested for this resource if one was added.- Specified by:
- getRequestedIdin interface- CommonRequest
- Returns:
- The ID wrapped in an Optional
 
 
- 
 
-