Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateUserProfileResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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