Class AccessLogSubscriptionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.vpclattice.model.AccessLogSubscriptionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
@Generated("software.amazon.awssdk:codegen") public final class AccessLogSubscriptionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
Summary information about an access log subscription.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccessLogSubscriptionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the access log subscriptionstatic AccessLogSubscriptionSummary.Builderbuilder()InstantcreatedAt()The date and time that the access log subscription was created, specified in ISO-8601 format.StringdestinationArn()The Amazon Resource Name (ARN) of the destination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the access log subscription.InstantlastUpdatedAt()The date and time that the access log subscription was last updated, specified in ISO-8601 format.StringresourceArn()The Amazon Resource Name (ARN) of the service or service network.StringresourceId()The ID of the service or service network.List<SdkField<?>>sdkFields()static Class<? extends AccessLogSubscriptionSummary.Builder>serializableBuilderClass()AccessLogSubscriptionSummary.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the access log subscription
- Returns:
- The Amazon Resource Name (ARN) of the access log subscription
-
createdAt
public final Instant createdAt()
The date and time that the access log subscription was created, specified in ISO-8601 format.
- Returns:
- The date and time that the access log subscription was created, specified in ISO-8601 format.
-
destinationArn
public final String destinationArn()
The Amazon Resource Name (ARN) of the destination.
- Returns:
- The Amazon Resource Name (ARN) of the destination.
-
id
public final String id()
The ID of the access log subscription.
- Returns:
- The ID of the access log subscription.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
- Returns:
- The date and time that the access log subscription was last updated, specified in ISO-8601 format.
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) of the service or service network.
- Returns:
- The Amazon Resource Name (ARN) of the service or service network.
-
resourceId
public final String resourceId()
The ID of the service or service network.
- Returns:
- The ID of the service or service network.
-
toBuilder
public AccessLogSubscriptionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
-
builder
public static AccessLogSubscriptionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccessLogSubscriptionSummary.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.
-
-