Class AwsClusterName
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AwsClusterName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AwsClusterName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAwsClusterName.BuilderBuilder for projects/{project}/locations/{location}/awsClusters/{aws_cluster}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAwsClusterName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String awsCluster)StringgetAwsCluster()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static AwsClusterName.BuildernewBuilder()static AwsClusterNameof(String project, String location, String awsCluster)static AwsClusterNameparse(String formattedString)static List<AwsClusterName>parseList(List<String> formattedStrings)AwsClusterName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<AwsClusterName> values)
-
-
-
Constructor Detail
-
AwsClusterName
@Deprecated protected AwsClusterName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAwsCluster
public String getAwsCluster()
-
newBuilder
public static AwsClusterName.Builder newBuilder()
-
toBuilder
public AwsClusterName.Builder toBuilder()
-
of
public static AwsClusterName of(String project, String location, String awsCluster)
-
parse
public static AwsClusterName parse(String formattedString)
-
parseList
public static List<AwsClusterName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<AwsClusterName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-