Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetUserResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : GetUserResponseUnmarshaller
리턴 GetUserResponseUnmarshaller
        public static GetUserResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetUserResponseUnmarshaller();
            }
            return instance;
        }