@Generated(value="software.amazon.awssdk:codegen") public final class UserInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserInfo.Builder,UserInfo>
Information about the user who made a specified commit.
Modifier and Type | Class and Description |
---|---|
static interface |
UserInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static UserInfo.Builder |
builder() |
String |
date()
The date when the specified commit was commited, in timestamp format with GMT offset.
|
String |
email()
The email address associated with the user who made the commit, if any.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the user who made the specified commit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserInfo.Builder> |
serializableBuilderClass() |
UserInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the user who made the specified commit.
public String email()
The email address associated with the user who made the commit, if any.
public String date()
The date when the specified commit was commited, in timestamp format with GMT offset.
public UserInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserInfo.Builder,UserInfo>
public static UserInfo.Builder builder()
public static Class<? extends UserInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.