Class AwsNodePoolName (0.5.0)

public class AwsNodePoolName implements ResourceName

Inheritance

Object > AwsNodePoolName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String awsCluster, String awsNodePool)

public static String format(String project, String location, String awsCluster, String awsNodePool)
Parameters
NameDescription
projectString
locationString
awsClusterString
awsNodePoolString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static AwsNodePoolName.Builder newBuilder()
Returns
TypeDescription
AwsNodePoolName.Builder

of(String project, String location, String awsCluster, String awsNodePool)

public static AwsNodePoolName of(String project, String location, String awsCluster, String awsNodePool)
Parameters
NameDescription
projectString
locationString
awsClusterString
awsNodePoolString
Returns
TypeDescription
AwsNodePoolName

parse(String formattedString)

public static AwsNodePoolName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
AwsNodePoolName

parseList(List<String> formattedStrings)

public static List<AwsNodePoolName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<AwsNodePoolName>

toStringList(List<AwsNodePoolName> values)

public static List<String> toStringList(List<AwsNodePoolName> values)
Parameter
NameDescription
valuesList<AwsNodePoolName>
Returns
TypeDescription
List<String>

Constructors

AwsNodePoolName()

protected AwsNodePoolName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getAwsCluster()

public String getAwsCluster()
Returns
TypeDescription
String

getAwsNodePool()

public String getAwsNodePool()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public AwsNodePoolName.Builder toBuilder()
Returns
TypeDescription
AwsNodePoolName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides