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