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

GetInstance() 공개 정적인 메소드

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