@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceDependentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListServiceDependentsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceDependentsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The end of the time period that the returned information applies to.
|
String |
getNextToken()
Include this value in your next use of this API to get next set of service dependents.
|
List<ServiceDependent> |
getServiceDependents()
An array, where each object in the array contains information about one of the dependents of this service.
|
Date |
getStartTime()
The start of the time period that the returned information applies to.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end of the time period that the returned information applies to.
|
void |
setNextToken(String nextToken)
Include this value in your next use of this API to get next set of service dependents.
|
void |
setServiceDependents(Collection<ServiceDependent> serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
|
void |
setStartTime(Date startTime)
The start of the time period that the returned information applies to.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceDependentsResult |
withEndTime(Date endTime)
The end of the time period that the returned information applies to.
|
ListServiceDependentsResult |
withNextToken(String nextToken)
Include this value in your next use of this API to get next set of service dependents.
|
ListServiceDependentsResult |
withServiceDependents(Collection<ServiceDependent> serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
|
ListServiceDependentsResult |
withServiceDependents(ServiceDependent... serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
|
ListServiceDependentsResult |
withStartTime(Date startTime)
The start of the time period that the returned information applies to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStartTime(Date startTime)
The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
startTime - The start of the time period that the returned information applies to. When used in a raw HTTP Query API,
it is formatted as be epoch time in seconds. For example: 1698778057public Date getStartTime()
The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
1698778057public ListServiceDependentsResult withStartTime(Date startTime)
The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
startTime - The start of the time period that the returned information applies to. When used in a raw HTTP Query API,
it is formatted as be epoch time in seconds. For example: 1698778057public void setEndTime(Date endTime)
The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
endTime - The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it
is formatted as be epoch time in seconds. For example: 1698778057public Date getEndTime()
The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
1698778057public ListServiceDependentsResult withEndTime(Date endTime)
The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
endTime - The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it
is formatted as be epoch time in seconds. For example: 1698778057public List<ServiceDependent> getServiceDependents()
An array, where each object in the array contains information about one of the dependents of this service.
public void setServiceDependents(Collection<ServiceDependent> serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
serviceDependents - An array, where each object in the array contains information about one of the dependents of this service.public ListServiceDependentsResult withServiceDependents(ServiceDependent... serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
NOTE: This method appends the values to the existing list (if any). Use
setServiceDependents(java.util.Collection) or withServiceDependents(java.util.Collection) if
you want to override the existing values.
serviceDependents - An array, where each object in the array contains information about one of the dependents of this service.public ListServiceDependentsResult withServiceDependents(Collection<ServiceDependent> serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
serviceDependents - An array, where each object in the array contains information about one of the dependents of this service.public void setNextToken(String nextToken)
Include this value in your next use of this API to get next set of service dependents.
nextToken - Include this value in your next use of this API to get next set of service dependents.public String getNextToken()
Include this value in your next use of this API to get next set of service dependents.
public ListServiceDependentsResult withNextToken(String nextToken)
Include this value in your next use of this API to get next set of service dependents.
nextToken - Include this value in your next use of this API to get next set of service dependents.public String toString()
toString in class ObjectObject.toString()public ListServiceDependentsResult clone()
Copyright © 2024. All rights reserved.