ToCopyableBuilder<TargetDescription.Builder,TargetDescription>
@Generated("software.amazon.awssdk:codegen") public class TargetDescription extends Object implements ToCopyableBuilder<TargetDescription.Builder,TargetDescription>
Information about a target.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TargetDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TargetDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the target.
|
Integer |
port() |
The port on which the target is listening.
|
static Class<? extends TargetDescription.Builder> |
serializableBuilderClass() |
|
TargetDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The ID of the target.
public Integer port()
The port on which the target is listening.
public TargetDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TargetDescription.Builder,TargetDescription>
public static TargetDescription.Builder builder()
public static Class<? extends TargetDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.