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 class
AwsClusterName.Builder
Builder for projects/{project}/locations/{location}/awsClusters/{aws_cluster}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
AwsClusterName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String awsCluster)
String
getAwsCluster()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static AwsClusterName.Builder
newBuilder()
static AwsClusterName
of(String project, String location, String awsCluster)
static AwsClusterName
parse(String formattedString)
static List<AwsClusterName>
parseList(List<String> formattedStrings)
AwsClusterName.Builder
toBuilder()
String
toString()
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-