@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForProjectResponse extends CodeStarResponse implements ToCopyableBuilder<ListTagsForProjectResponse.Builder,ListTagsForProjectResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForProjectResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForProjectResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
Reserved for future use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTagsForProjectResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags for the project.
|
ListTagsForProjectResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Map<String,String> tags()
The tags for the project.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
Reserved for future use.
public ListTagsForProjectResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForProjectResponse.Builder,ListTagsForProjectResponse>toBuilder in class AwsResponsepublic static ListTagsForProjectResponse.Builder builder()
public static Class<? extends ListTagsForProjectResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.