public final class ContainerCreateHeaders extends Object
| Constructor and Description |
|---|
ContainerCreateHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
ContainerCreateHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ContainerCreateHeaders |
withETag(String eTag)
Set the eTag value.
|
ContainerCreateHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainerCreateHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainerCreateHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public ContainerCreateHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public ContainerCreateHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String requestId()
public ContainerCreateHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public ContainerCreateHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public ContainerCreateHeaders withDate(OffsetDateTime date)
date - the date value to set.This documentation was released into the public domain.