@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceDependenciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceDependenciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceDependenciesRequest |
addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ListServiceDependenciesRequest |
clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ListServiceDependenciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The end of the time period to retrieve information about.
|
Map<String,String> |
getKeyAttributes()
Use this field to specify which service you want to retrieve information for.
|
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of service dependencies.
|
Date |
getStartTime()
The start of the time period to retrieve information about.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end of the time period to retrieve information about.
|
void |
setKeyAttributes(Map<String,String> keyAttributes)
Use this field to specify which service you want to retrieve information for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service dependencies.
|
void |
setStartTime(Date startTime)
The start of the time period to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceDependenciesRequest |
withEndTime(Date endTime)
The end of the time period to retrieve information about.
|
ListServiceDependenciesRequest |
withKeyAttributes(Map<String,String> keyAttributes)
Use this field to specify which service you want to retrieve information for.
|
ListServiceDependenciesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListServiceDependenciesRequest |
withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service dependencies.
|
ListServiceDependenciesRequest |
withStartTime(Date startTime)
The start of the time period to retrieve information about.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStartTime(Date startTime)
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
startTime
- The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
public Date getStartTime()
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
1698778057
Your requested start time will be rounded to the nearest hour.
public ListServiceDependenciesRequest withStartTime(Date startTime)
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
startTime
- The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
public void setEndTime(Date endTime)
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
Your requested end time will be rounded to the nearest hour.
endTime
- The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
Your requested end time will be rounded to the nearest hour.
public Date getEndTime()
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
Your requested end time will be rounded to the nearest hour.
1698778057
Your requested end time will be rounded to the nearest hour.
public ListServiceDependenciesRequest withEndTime(Date endTime)
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
Your requested end time will be rounded to the nearest hour.
endTime
- The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057
Your requested end time will be rounded to the nearest hour.
public Map<String,String> getKeyAttributes()
Use this field to specify which service you want to retrieve information for. You must specify at least the
Type
, Name
, and Environment
attributes.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.
ResourceType
specifies the type of the resource. This field is used only when the value of the
Type
field is Resource
or AWS::Resource
.
Name
specifies the name of the object. This is used only if the value of the Type
field
is Service
, RemoteService
, or AWS::Service
.
Identifier
identifies the resource objects of this resource. This is used only if the value of the
Type
field is Resource
or AWS::Resource
.
Environment
specifies the location where this object is hosted, or what it belongs to.
Type
, Name
, and Environment
attributes.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.
ResourceType
specifies the type of the resource. This field is used only when the value of
the Type
field is Resource
or AWS::Resource
.
Name
specifies the name of the object. This is used only if the value of the
Type
field is Service
, RemoteService
, or AWS::Service
.
Identifier
identifies the resource objects of this resource. This is used only if the value
of the Type
field is Resource
or AWS::Resource
.
Environment
specifies the location where this object is hosted, or what it belongs to.
public void setKeyAttributes(Map<String,String> keyAttributes)
Use this field to specify which service you want to retrieve information for. You must specify at least the
Type
, Name
, and Environment
attributes.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.
ResourceType
specifies the type of the resource. This field is used only when the value of the
Type
field is Resource
or AWS::Resource
.
Name
specifies the name of the object. This is used only if the value of the Type
field
is Service
, RemoteService
, or AWS::Service
.
Identifier
identifies the resource objects of this resource. This is used only if the value of the
Type
field is Resource
or AWS::Resource
.
Environment
specifies the location where this object is hosted, or what it belongs to.
keyAttributes
- Use this field to specify which service you want to retrieve information for. You must specify at least
the Type
, Name
, and Environment
attributes.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.
ResourceType
specifies the type of the resource. This field is used only when the value of
the Type
field is Resource
or AWS::Resource
.
Name
specifies the name of the object. This is used only if the value of the
Type
field is Service
, RemoteService
, or AWS::Service
.
Identifier
identifies the resource objects of this resource. This is used only if the value
of the Type
field is Resource
or AWS::Resource
.
Environment
specifies the location where this object is hosted, or what it belongs to.
public ListServiceDependenciesRequest withKeyAttributes(Map<String,String> keyAttributes)
Use this field to specify which service you want to retrieve information for. You must specify at least the
Type
, Name
, and Environment
attributes.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.
ResourceType
specifies the type of the resource. This field is used only when the value of the
Type
field is Resource
or AWS::Resource
.
Name
specifies the name of the object. This is used only if the value of the Type
field
is Service
, RemoteService
, or AWS::Service
.
Identifier
identifies the resource objects of this resource. This is used only if the value of the
Type
field is Resource
or AWS::Resource
.
Environment
specifies the location where this object is hosted, or what it belongs to.
keyAttributes
- Use this field to specify which service you want to retrieve information for. You must specify at least
the Type
, Name
, and Environment
attributes.
This is a string-to-string map. It can include the following fields.
Type
designates the type of object this is.
ResourceType
specifies the type of the resource. This field is used only when the value of
the Type
field is Resource
or AWS::Resource
.
Name
specifies the name of the object. This is used only if the value of the
Type
field is Service
, RemoteService
, or AWS::Service
.
Identifier
identifies the resource objects of this resource. This is used only if the value
of the Type
field is Resource
or AWS::Resource
.
Environment
specifies the location where this object is hosted, or what it belongs to.
public ListServiceDependenciesRequest addKeyAttributesEntry(String key, String value)
public ListServiceDependenciesRequest clearKeyAttributesEntries()
public void setMaxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
maxResults
- The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is
used.public Integer getMaxResults()
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
public ListServiceDependenciesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
maxResults
- The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is
used.public void setNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service dependencies.
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of service
dependencies.public String getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of service dependencies.
public ListServiceDependenciesRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service dependencies.
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of service
dependencies.public String toString()
toString
in class Object
Object.toString()
public ListServiceDependenciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.