public static class CreateSoftwareSourceResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateSoftwareSourceResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateSoftwareSourceResponse |
build() |
CreateSoftwareSourceResponse.Builder |
copy(CreateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateSoftwareSourceResponse.Builder |
etag(String etag) |
CreateSoftwareSourceResponse.Builder |
location(String location) |
CreateSoftwareSourceResponse.Builder |
opcRequestId(String opcRequestId) |
CreateSoftwareSourceResponse.Builder |
softwareSource(SoftwareSource softwareSource) |
String |
toString() |
public CreateSoftwareSourceResponse.Builder copy(CreateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSoftwareSourceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateSoftwareSourceResponse.Builder location(String location)
public CreateSoftwareSourceResponse.Builder opcRequestId(String opcRequestId)
public CreateSoftwareSourceResponse.Builder etag(String etag)
public CreateSoftwareSourceResponse.Builder softwareSource(SoftwareSource softwareSource)
public CreateSoftwareSourceResponse build()
Copyright © 2016–2021. All rights reserved.