public final class ContainersCreateHeaders extends Object
Type | Property and Description |
---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
ContainersCreateHeaders() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
dateProperty()
Get the dateProperty 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.
|
ContainersCreateHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
ContainersCreateHeaders |
withETag(String eTag)
Set the eTag value.
|
ContainersCreateHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainersCreateHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainersCreateHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String eTag()
public ContainersCreateHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public ContainersCreateHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public String requestId()
public ContainersCreateHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public ContainersCreateHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime dateProperty()
public ContainersCreateHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty
- the dateProperty value to set.Copyright © 2018. All rights reserved.