@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceOperationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceOperationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceOperationsRequest |
addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ListServiceOperationsRequest |
clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ListServiceOperationsRequest |
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 operations.
|
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 operations.
|
void |
setStartTime(Date startTime)
The start of the time period to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceOperationsRequest |
withEndTime(Date endTime)
The end of the time period to retrieve information about.
|
ListServiceOperationsRequest |
withKeyAttributes(Map<String,String> keyAttributes)
Use this field to specify which service you want to retrieve information for.
|
ListServiceOperationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListServiceOperationsRequest |
withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service operations.
|
ListServiceOperationsRequest |
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 ListServiceOperationsRequest 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 ListServiceOperationsRequest 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 ListServiceOperationsRequest 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 ListServiceOperationsRequest addKeyAttributesEntry(String key, String value)
public ListServiceOperationsRequest 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 ListServiceOperationsRequest 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 operations.
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of service
operations.public String getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of service operations.
public ListServiceOperationsRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of service operations.
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of service
operations.public String toString()
toString
in class Object
Object.toString()
public ListServiceOperationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()