Class ShareInvitation
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.ShareInvitation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ShareInvitation.Builder,ShareInvitation>
@Generated("software.amazon.awssdk:codegen") public final class ShareInvitation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShareInvitation.Builder,ShareInvitation>
The share invitation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceShareInvitation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShareInvitation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlensAlias()Returns the value of the LensAlias property for this object.StringlensArn()The ARN for the lens.StringprofileArn()The profile ARN.List<SdkField<?>>sdkFields()static Class<? extends ShareInvitation.Builder>serializableBuilderClass()StringshareInvitationId()The ID assigned to the share invitation.ShareResourceTypeshareResourceType()The resource type of the share invitation.StringshareResourceTypeAsString()The resource type of the share invitation.StringtemplateArn()The review template ARN.ShareInvitation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkloadId()Returns the value of the WorkloadId property for 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
-
shareInvitationId
public final String shareInvitationId()
The ID assigned to the share invitation.
- Returns:
- The ID assigned to the share invitation.
-
shareResourceType
public final ShareResourceType shareResourceType()
The resource type of the share invitation.
If the service returns an enum value that is not available in the current SDK version,
shareResourceTypewill returnShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareResourceTypeAsString().- Returns:
- The resource type of the share invitation.
- See Also:
ShareResourceType
-
shareResourceTypeAsString
public final String shareResourceTypeAsString()
The resource type of the share invitation.
If the service returns an enum value that is not available in the current SDK version,
shareResourceTypewill returnShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareResourceTypeAsString().- Returns:
- The resource type of the share invitation.
- See Also:
ShareResourceType
-
workloadId
public final String workloadId()
Returns the value of the WorkloadId property for this object.- Returns:
- The value of the WorkloadId property for this object.
-
lensAlias
public final String lensAlias()
Returns the value of the LensAlias property for this object.- Returns:
- The value of the LensAlias property for this object.
-
lensArn
public final String lensArn()
The ARN for the lens.
- Returns:
- The ARN for the lens.
-
profileArn
public final String profileArn()
The profile ARN.
- Returns:
- The profile ARN.
-
templateArn
public final String templateArn()
The review template ARN.
- Returns:
- The review template ARN.
-
toBuilder
public ShareInvitation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ShareInvitation.Builder,ShareInvitation>
-
builder
public static ShareInvitation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ShareInvitation.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.
-
-