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