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