Class RestoreJobSummary
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<RestoreJobSummary.Builder,RestoreJobSummary> 
This is a summary of restore jobs created or running within the most recent 30 days.
The returned summary may contain the following: Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe account ID that owns the jobs within the summary.static RestoreJobSummary.Builderbuilder()final Integercount()The value as a number of jobs in a job summary.final InstantendTime()The value of time in number format of a job end time.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringregion()The Amazon Web Services Regions within the job summary.final StringThis value is the job count for the specified resource type.static Class<? extends RestoreJobSummary.Builder> final InstantThe value of time in number format of a job start time.final RestoreJobStatestate()This value is job count for jobs with the specified state.final StringThis value is job count for jobs with the specified state.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
region
The Amazon Web Services Regions within the job summary.
- Returns:
 - The Amazon Web Services Regions within the job summary.
 
 - 
accountId
The account ID that owns the jobs within the summary.
- Returns:
 - The account ID that owns the jobs within the summary.
 
 - 
state
This value is job count for jobs with the specified state.
If the service returns an enum value that is not available in the current SDK version,
statewill returnRestoreJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
 - This value is job count for jobs with the specified state.
 - See Also:
 
 - 
stateAsString
This value is job count for jobs with the specified state.
If the service returns an enum value that is not available in the current SDK version,
statewill returnRestoreJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
 - This value is job count for jobs with the specified state.
 - See Also:
 
 - 
resourceType
This value is the job count for the specified resource type. The request
GetSupportedResourceTypesreturns strings for supported resource types.- Returns:
 - This value is the job count for the specified resource type. The request
         
GetSupportedResourceTypesreturns strings for supported resource types. 
 - 
count
The value as a number of jobs in a job summary.
- Returns:
 - The value as a number of jobs in a job summary.
 
 - 
startTime
The value of time in number format of a job start time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
- Returns:
 - The value of time in number format of a job start time.
         
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
 
 - 
endTime
The value of time in number format of a job end time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
- Returns:
 - The value of time in number format of a job end time.
         
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<RestoreJobSummary.Builder,RestoreJobSummary> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
 - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
 - 
getValueForField
 - 
sdkFields
 - 
sdkFieldNameToField
- Specified by:
 sdkFieldNameToFieldin interfaceSdkPojo- Returns:
 - The mapping between the field name and its corresponding field.
 
 
 -