@Generated(value="software.amazon.awssdk:codegen") public final class ServiceProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceProfile.Builder,ServiceProfile>
Information about a service profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceProfile.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name of the resource.
|
static ServiceProfile.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the service profile.
|
String |
name()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceProfile.Builder> |
serializableBuilderClass() |
ServiceProfile.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name of the resource.
public final String name()
The name of the resource.
public final String id()
The ID of the service profile.
public ServiceProfile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceProfile.Builder,ServiceProfile>public static ServiceProfile.Builder builder()
public static Class<? extends ServiceProfile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.