public static class GetAttributeTagResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetAttributeTagResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetAttributeTagResponse.Builder |
attributeTag(AttributeTag attributeTag)
The returned AttributeTag instance.
|
GetAttributeTagResponse |
build() |
GetAttributeTagResponse.Builder |
copy(GetAttributeTagResponse o)
Copy method to populate the builder with values from the given instance.
|
GetAttributeTagResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetAttributeTagResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetAttributeTagResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetAttributeTagResponse.Builder copy(GetAttributeTagResponse o)
Copy method to populate the builder with values from the given instance.
public GetAttributeTagResponse build()
public GetAttributeTagResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetAttributeTagResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public GetAttributeTagResponse.Builder attributeTag(AttributeTag attributeTag)
The returned AttributeTag instance.
this
.Copyright © 2016–2022. All rights reserved.