@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()
Arn of the logger definition version.
|
String |
getCreationTimestamp()
Timestamp of when the logger definition version was created.
|
LoggerDefinitionVersion |
getDefinition()
Information on definition
|
String |
getId()
Id of the logger definition the version belongs to.
|
String |
getVersion()
Version of the logger definition version.
|
int |
hashCode() |
void |
setArn(String arn)
Arn of the logger definition version.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp of when the logger definition version was created.
|
void |
setDefinition(LoggerDefinitionVersion definition)
Information on definition
|
void |
setId(String id)
Id of the logger definition the version belongs to.
|
void |
setVersion(String version)
Version of the logger definition version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetLoggerDefinitionVersionResult |
withArn(String arn)
Arn of the logger definition version.
|
GetLoggerDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
Timestamp of when the logger definition version was created.
|
GetLoggerDefinitionVersionResult |
withDefinition(LoggerDefinitionVersion definition)
Information on definition
|
GetLoggerDefinitionVersionResult |
withId(String id)
Id of the logger definition the version belongs to.
|
GetLoggerDefinitionVersionResult |
withVersion(String version)
Version of the logger definition version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- Arn of the logger definition version.public String getArn()
public GetLoggerDefinitionVersionResult withArn(String arn)
arn
- Arn of the logger definition version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the logger definition version was created.public String getCreationTimestamp()
public GetLoggerDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the logger definition version was created.public void setDefinition(LoggerDefinitionVersion definition)
definition
- Information on definitionpublic LoggerDefinitionVersion getDefinition()
public GetLoggerDefinitionVersionResult withDefinition(LoggerDefinitionVersion definition)
definition
- Information on definitionpublic void setId(String id)
id
- Id of the logger definition the version belongs to.public String getId()
public GetLoggerDefinitionVersionResult withId(String id)
id
- Id of the logger definition the version belongs to.public void setVersion(String version)
version
- Version of the logger definition version.public String getVersion()
public GetLoggerDefinitionVersionResult withVersion(String version)
version
- 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.