@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMapResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMapResult() |
Modifier and Type | Method and Description |
---|---|
CreateMapResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
getMapArn()
The Amazon Resource Name (ARN) for the map resource.
|
String |
getMapName()
The name of the map resource.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
void |
setMapName(String mapName)
The name of the map resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateMapResult |
withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
CreateMapResult |
withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
CreateMapResult |
withMapName(String mapName)
The name of the map resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
- The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getCreateTime()
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public CreateMapResult withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
- The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public void setMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
mapArn
- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
public String getMapArn()
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
public CreateMapResult withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
mapArn
- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
public void setMapName(String mapName)
The name of the map resource.
mapName
- The name of the map resource.public String getMapName()
The name of the map resource.
public CreateMapResult withMapName(String mapName)
The name of the map resource.
mapName
- The name of the map resource.public String toString()
toString
in class Object
Object.toString()
public CreateMapResult clone()