@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Timezone extends Object implements Serializable, Cloneable
A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.
Constructor and Description |
---|
Timezone() |
Modifier and Type | Method and Description |
---|---|
Timezone |
clone() |
boolean |
equals(Object obj) |
String |
getTimezoneName()
The name of the time zone.
|
int |
hashCode() |
void |
setTimezoneName(String timezoneName)
The name of the time zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Timezone |
withTimezoneName(String timezoneName)
The name of the time zone.
|
public void setTimezoneName(String timezoneName)
The name of the time zone.
timezoneName
- The name of the time zone.public String getTimezoneName()
The name of the time zone.
public Timezone withTimezoneName(String timezoneName)
The name of the time zone.
timezoneName
- The name of the time zone.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.