@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLoggerDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLoggerDefinitionVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetLoggerDefinitionVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the logger definition version.
|
String |
getCreationTimestamp()
The time, in milliseconds since the epoch, when the logger definition version was created.
|
LoggerDefinitionVersion |
getDefinition()
Information about the logger definition version.
|
String |
getId()
The ID of the logger definition version.
|
String |
getVersion()
The version of the logger definition version.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the logger definition version.
|
void |
setCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the logger definition version was created.
|
void |
setDefinition(LoggerDefinitionVersion definition)
Information about the logger definition version.
|
void |
setId(String id)
The ID of the logger definition version.
|
void |
setVersion(String version)
The version of the logger definition version.
|
String |
toString()
Returns a string representation of this object.
|
GetLoggerDefinitionVersionResult |
withArn(String arn)
The ARN of the logger definition version.
|
GetLoggerDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the logger definition version was created.
|
GetLoggerDefinitionVersionResult |
withDefinition(LoggerDefinitionVersion definition)
Information about the logger definition version.
|
GetLoggerDefinitionVersionResult |
withId(String id)
The ID of the logger definition version.
|
GetLoggerDefinitionVersionResult |
withVersion(String version)
The version of the logger definition version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The ARN of the logger definition version.public String getArn()
public GetLoggerDefinitionVersionResult withArn(String arn)
arn
- The ARN of the logger definition version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the logger definition version was created.public String getCreationTimestamp()
public GetLoggerDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the logger definition version was created.public void setDefinition(LoggerDefinitionVersion definition)
definition
- Information about the logger definition version.public LoggerDefinitionVersion getDefinition()
public GetLoggerDefinitionVersionResult withDefinition(LoggerDefinitionVersion definition)
definition
- Information about the logger definition version.public void setId(String id)
id
- The ID of the logger definition version.public String getId()
public GetLoggerDefinitionVersionResult withId(String id)
id
- The ID of the logger definition version.public void setVersion(String version)
version
- The version of the logger definition version.public String getVersion()
public GetLoggerDefinitionVersionResult withVersion(String version)
version
- The version of the logger definition version.public String toString()
toString
in class Object
Object.toString()
public GetLoggerDefinitionVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.