Class SubscribedProject
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.SubscribedProject
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SubscribedProject.Builder,SubscribedProject>
@Generated("software.amazon.awssdk:codegen") public final class SubscribedProject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubscribedProject.Builder,SubscribedProject>
The project that has the subscription grant.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubscribedProject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscribedProject.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the project that has the subscription grant.Stringname()The name of the project that has the subscription grant.List<SdkField<?>>sdkFields()static Class<? extends SubscribedProject.Builder>serializableBuilderClass()SubscribedProject.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the project that has the subscription grant.
- Returns:
- The identifier of the project that has the subscription grant.
-
name
public final String name()
The name of the project that has the subscription grant.
- Returns:
- The name of the project that has the subscription grant.
-
toBuilder
public SubscribedProject.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SubscribedProject.Builder,SubscribedProject>
-
builder
public static SubscribedProject.Builder builder()
-
serializableBuilderClass
public static Class<? extends SubscribedProject.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-