Class GetTrailStatusResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse
-
- software.amazon.awssdk.services.cloudtrail.model.GetTrailStatusResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTrailStatusResponse.Builder,GetTrailStatusResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetTrailStatusResponse extends CloudTrailResponse implements ToCopyableBuilder<GetTrailStatusResponse.Builder,GetTrailStatusResponse>
Returns the objects or data listed below if successful. Otherwise, returns an error.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTrailStatusResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTrailStatusResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisLogging()Whether the CloudTrail trail is currently logging Amazon Web Services API calls.StringlatestCloudWatchLogsDeliveryError()Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.InstantlatestCloudWatchLogsDeliveryTime()Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.StringlatestDeliveryAttemptSucceeded()This field is no longer in use.StringlatestDeliveryAttemptTime()This field is no longer in use.StringlatestDeliveryError()Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket.InstantlatestDeliveryTime()Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.StringlatestDigestDeliveryError()Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket.InstantlatestDigestDeliveryTime()Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.StringlatestNotificationAttemptSucceeded()This field is no longer in use.StringlatestNotificationAttemptTime()This field is no longer in use.StringlatestNotificationError()Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification.InstantlatestNotificationTime()Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends GetTrailStatusResponse.Builder>serializableBuilderClass()InstantstartLoggingTime()Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.InstantstopLoggingTime()Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.StringtimeLoggingStarted()This field is no longer in use.StringtimeLoggingStopped()This field is no longer in use.GetTrailStatusResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
isLogging
public final Boolean isLogging()
Whether the CloudTrail trail is currently logging Amazon Web Services API calls.
- Returns:
- Whether the CloudTrail trail is currently logging Amazon Web Services API calls.
-
latestDeliveryError
public final String latestDeliveryError()
Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.
This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call
UpdateTrailto specify the new bucket.- Returns:
- Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the
designated bucket. For more information, see Error Responses in the
Amazon S3 API Reference.
This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call
UpdateTrailto specify the new bucket.
-
latestNotificationError
public final String latestNotificationError()
Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.
- Returns:
- Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.
-
latestDeliveryTime
public final Instant latestDeliveryTime()
Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.
- Returns:
- Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.
-
latestNotificationTime
public final Instant latestNotificationTime()
Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.
- Returns:
- Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.
-
startLoggingTime
public final Instant startLoggingTime()
Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.
- Returns:
- Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.
-
stopLoggingTime
public final Instant stopLoggingTime()
Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.
- Returns:
- Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.
-
latestCloudWatchLogsDeliveryError
public final String latestCloudWatchLogsDeliveryError()
Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.
- Returns:
- Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.
-
latestCloudWatchLogsDeliveryTime
public final Instant latestCloudWatchLogsDeliveryTime()
Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.
- Returns:
- Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.
-
latestDigestDeliveryTime
public final Instant latestDigestDeliveryTime()
Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.
- Returns:
- Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.
-
latestDigestDeliveryError
public final String latestDigestDeliveryError()
Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.
This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call
UpdateTrailto specify the new bucket.- Returns:
- Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the
designated bucket. For more information, see Error Responses in the
Amazon S3 API Reference.
This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call
UpdateTrailto specify the new bucket.
-
latestDeliveryAttemptTime
public final String latestDeliveryAttemptTime()
This field is no longer in use.
- Returns:
- This field is no longer in use.
-
latestNotificationAttemptTime
public final String latestNotificationAttemptTime()
This field is no longer in use.
- Returns:
- This field is no longer in use.
-
latestNotificationAttemptSucceeded
public final String latestNotificationAttemptSucceeded()
This field is no longer in use.
- Returns:
- This field is no longer in use.
-
latestDeliveryAttemptSucceeded
public final String latestDeliveryAttemptSucceeded()
This field is no longer in use.
- Returns:
- This field is no longer in use.
-
timeLoggingStarted
public final String timeLoggingStarted()
This field is no longer in use.
- Returns:
- This field is no longer in use.
-
timeLoggingStopped
public final String timeLoggingStopped()
This field is no longer in use.
- Returns:
- This field is no longer in use.
-
toBuilder
public GetTrailStatusResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTrailStatusResponse.Builder,GetTrailStatusResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetTrailStatusResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTrailStatusResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-