Class GetSourceRepositoryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse
-
- software.amazon.awssdk.services.codecatalyst.model.GetSourceRepositoryResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetSourceRepositoryResponse extends CodeCatalystResponse implements ToCopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSourceRepositoryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSourceRepositoryResponse.Builderbuilder()InstantcreatedTime()The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.Stringdescription()The description of the source repository.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.Stringname()The name of the source repository.StringprojectName()The name of the project in the space.List<SdkField<?>>sdkFields()static Class<? extends GetSourceRepositoryResponse.Builder>serializableBuilderClass()StringspaceName()The name of the space.GetSourceRepositoryResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
projectName
public final String projectName()
The name of the project in the space.
- Returns:
- The name of the project in the space.
-
name
public final String name()
The name of the source repository.
- Returns:
- The name of the source repository.
-
description
public final String description()
The description of the source repository.
- Returns:
- The description of the source repository.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Returns:
- The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
-
createdTime
public final Instant createdTime()
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Returns:
- The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
-
toBuilder
public GetSourceRepositoryResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetSourceRepositoryResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSourceRepositoryResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-