Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateUserResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : CreateUserResponseUnmarshaller
return CreateUserResponseUnmarshaller
        public static CreateUserResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateUserResponseUnmarshaller();
            }
            return instance;
        }