@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLoggerDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLoggerDefinitionVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetLoggerDefinitionVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLoggerDefinitionId()
The ID of the logger definition.
|
String |
getLoggerDefinitionVersionId()
The ID of the logger definition version.
|
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
int |
hashCode() |
void |
setLoggerDefinitionId(String loggerDefinitionId)
The ID of the logger definition.
|
void |
setLoggerDefinitionVersionId(String loggerDefinitionVersionId)
The ID of the logger definition version.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
GetLoggerDefinitionVersionRequest |
withLoggerDefinitionId(String loggerDefinitionId)
The ID of the logger definition.
|
GetLoggerDefinitionVersionRequest |
withLoggerDefinitionVersionId(String loggerDefinitionVersionId)
The ID of the logger definition version.
|
GetLoggerDefinitionVersionRequest |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
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 setLoggerDefinitionId(String loggerDefinitionId)
loggerDefinitionId
- The ID of the logger definition.public String getLoggerDefinitionId()
public GetLoggerDefinitionVersionRequest withLoggerDefinitionId(String loggerDefinitionId)
loggerDefinitionId
- The ID of the logger definition.public void setLoggerDefinitionVersionId(String loggerDefinitionVersionId)
loggerDefinitionVersionId
- The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the
version is the last one that was associated with a logger definition, the value also maps to the
''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getLoggerDefinitionVersionId()
public GetLoggerDefinitionVersionRequest withLoggerDefinitionVersionId(String loggerDefinitionVersionId)
loggerDefinitionVersionId
- The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the
version is the last one that was associated with a logger definition, the value also maps to the
''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public void setNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public GetLoggerDefinitionVersionRequest withNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public GetLoggerDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()